Skip to content

Commit aea3ef8

Browse files
committed
Fix version of direct-sqlite
Not sure why this is needed, but without it Cabal is selecting an older version which fails to build with 9.2
1 parent c28b15d commit aea3ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cabal-ghc921.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ constraints:
8787
attoparsec ^>= 0.14.3,
8888
ghc-exactprint >= 1.3,
8989
retrie >= 1.2,
90+
direct-sqlite == 2.3.26,
9091
lens >= 5.0.1,
9192
primitive-unlifted ==0.1.3.1,
9293
-- these constraints are for head.hackage

0 commit comments

Comments
 (0)