Skip to content

Commit

Permalink
Allow building with GHC 9.4
Browse files Browse the repository at this point in the history
This patch:

* Bumps the upper version bounds on `bv-sized` to allow building with a version
  that supports GHC 9.4.
* Bumps the `parameterized-utils` submodule to bring in the changes from
  GaloisInc/parameterized-utils#146, which is needed to make it build with
  GHC 9.4.
  • Loading branch information
RyanGlScott committed Feb 15, 2023
1 parent f18e76f commit e875941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bv-sized-float.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra-source-files: README.md
library
exposed-modules: Data.BitVector.Sized.Float
build-depends: base >= 4.9 && < 5
, bv-sized >= 1.0.2 && < 1.0.5
, bv-sized >= 1.0.2 && < 1.0.6
, containers >= 0.5.10 && < 0.7
, mtl >= 2 && < 3
, parameterized-utils
Expand Down

0 comments on commit e875941

Please sign in to comment.