Skip to content

Commit 1bed518

Browse files
committed
Fix mysql-haskell
1 parent 88c092d commit 1bed518

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

generated/cabal.project

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,14 @@ allow-older: *:*
1616
constraints: bson -_old-network
1717
constraints: hlint +ghc-lib
1818
constraints: ghc-lib-parser-ex -auto
19+
-- There are two valid configurations for mysql-haskell:
20+
--
21+
-- 1. crypton < 1.1, memory, and -crypton-1-1.
22+
-- 2. crypton >= 1.1, ram, and +crypton-1-1.
23+
--
24+
-- The crypton in the snapshot is < 1.1, hence we need to explicitly set this
25+
-- automatic flag to false. Once the snapshot's crypton is recent enough, we
26+
-- can probably remove this.
27+
constraints: mysql-haskell -crypton-1-1
1928
constraints: path +os-string
2029
constraints: stylish-haskell +ghc-lib

0 commit comments

Comments
 (0)