We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c092d commit 1bed518Copy full SHA for 1bed518
1 file changed
generated/cabal.project
@@ -16,5 +16,14 @@ allow-older: *:*
16
constraints: bson -_old-network
17
constraints: hlint +ghc-lib
18
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
28
constraints: path +os-string
29
constraints: stylish-haskell +ghc-lib
0 commit comments