Skip to content

Commit

Permalink
WIP: Support GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Feb 13, 2025
1 parent 50d1550 commit 4acfb2a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
--
-- export PATH=$PWD/dist-newstyle/build/x86_64-linux/ghc-7.10.3/hpb-0.1.1/c/hpb/build/hpb:$PATH

-- TODO: https://github.com/travitch/itanium-abi/pull/15
allow-newer: itanium-abi:text
allow-newer: boomerang:template-haskell

packages:
crucible/
crucible-cli/
Expand Down
2 changes: 1 addition & 1 deletion crucible-llvm/crucible-llvm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ common bldflags
library
import: bldflags
build-depends:
base >= 4.13 && < 4.20,
base >= 4.13 && < 4.21,
attoparsec,
bv-sized >= 1.0.0,
bytestring,
Expand Down
2 changes: 1 addition & 1 deletion crucible-symio/crucible-symio.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source-repository head
subdir: crucible-symio

common shared
build-depends: base >=4.12 && <4.20,
build-depends: base >=4.12 && <4.21,
aeson,
bv-sized,
bytestring,
Expand Down
2 changes: 1 addition & 1 deletion crucible/crucible.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ library
import: bldflags
build-depends:
async,
base >= 4.13 && < 4.20,
base >= 4.13 && < 4.21,
bimap,
bv-sized >= 1.0.0 && < 1.1,
containers >= 0.5.9.0,
Expand Down
2 changes: 1 addition & 1 deletion crux-llvm/crux-llvm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ common bldflags
-Wincomplete-uni-patterns
ghc-prof-options: -O2
default-language: Haskell2010
build-depends: base >= 4.8 && < 4.20
build-depends: base >= 4.8 && < 4.21
, bytestring
, containers
, crucible
Expand Down
4 changes: 2 additions & 2 deletions uc-crux-llvm/uc-crux-llvm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ library
build-depends:
aeson,
async,
base >= 4.8 && < 4.20,
base >= 4.8 && < 4.21,
bv-sized,
bytestring,
containers,
Expand Down Expand Up @@ -217,7 +217,7 @@ executable uc-crux-llvm
hs-source-dirs: exe

build-depends:
base >= 4.8 && < 4.20,
base >= 4.8 && < 4.21,
uc-crux-llvm

ghc-options: -threaded
Expand Down

0 comments on commit 4acfb2a

Please sign in to comment.