Skip to content

Commit

Permalink
add cabal.project file for GHC 9.0.1 experiments
Browse files Browse the repository at this point in the history
usage:
cabal build messaging-client-terminal --project-file=ghc9.cabal.project

Stack seems to break with GHC 9.0.1:
commercialhaskell/stack#5486

With Cabal everything except the GTK client builds, but for that we need
a Hackage release of gi-haskell-0.25.0:
haskell-gi/haskell-gi#336
  • Loading branch information
mheinzel committed Mar 23, 2021
1 parent 5416b62 commit db4e7db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ghc9.cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
packages: */*.cabal

constraints:
base >= 4.15,
-- not yet available on Hackage :(
haskell-gi >= 0.25


allow-newer:
cryptohash-sha1:base,
cryptohash-md5:base,
entropy:Cabal,
gi-gtk-declarative:haskell-gi,
gi-gtk-declarative-app-simple:haskell-gi

0 comments on commit db4e7db

Please sign in to comment.