Skip to content

Commit 2b6f027

Browse files
committed
Allow building with GHC 9.4
This patch: * Bumps the upper version bounds on `bv-sized` to allow building with a version that supports GHC 9.4. * Bumps the following submodules to allow them to build with GHC 9.4: * `bv-sized`: GaloisInc/bv-sized#27 * `bv-sized-float`: GaloisInc/bv-sized-float#4 * `parameterized-utils`: GaloisInc/parameterized-utils#146
1 parent 819a1fe commit 2b6f027

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

deps/parameterized-utils

Submodule parameterized-utils updated 55 files

grift-doc/grift-doc.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ executable grift-doc
2020
default-language: Haskell2010
2121
build-depends: array >= 0.5 && < 0.6
2222
, base >= 4.7 && < 5
23-
, bv-sized >= 1.0.2 && < 1.0.5
23+
, bv-sized >= 1.0.2 && < 1.0.6
2424
, bv-sized-float >= 0.2 && < 0.3
2525
, bytestring >= 0.10.8 && < 0.12
2626
, containers >= 0.5.11 && < 0.7

grift-sim/grift-sim.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ executable grift-sim
2121
default-language: Haskell2010
2222
build-depends: array >= 0.5 && < 0.6
2323
, base >= 4.7 && < 5
24-
, bv-sized >= 1.0.2 && < 1.0.5
24+
, bv-sized >= 1.0.2 && < 1.0.6
2525
, bv-sized-float >= 0.2 && < 0.3
2626
, bytestring >= 0.10.8 && < 0.12
2727
, containers >= 0.5.11 && < 0.7

grift/grift.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library
3434
, GRIFT.InstructionSet.Priv
3535
build-depends: array >= 0.5 && < 0.6
3636
, base >= 4.7 && < 5
37-
, bv-sized >= 1.0.2 && < 1.0.5
37+
, bv-sized >= 1.0.2 && < 1.0.6
3838
, bv-sized-float >= 0.2 && < 0.3
3939
, bytestring >= 0.10.8 && < 0.12
4040
, containers >= 0.5.11 && < 0.7

0 commit comments

Comments
 (0)