We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d9efb commit fb18c5aCopy full SHA for fb18c5a
cabal.project
@@ -32,6 +32,14 @@ packages:
32
trace-resources
33
trace-forward
34
35
+-- This constraint is needed for windows build to work (mingw32)
36
+-- Otherwise it produces this error:
37
+-- applying patch /nix/store/qvks3j7cg4w0ai8l12qp01rj4mih929k-crypton-x509-system.patch
38
+-- patching file crypton-x509-system.cabal
39
+-- Hunk #1 FAILED at 32.
40
+-- 1 out of 1 hunk FAILED -- saving rejects to file crypton-x509-system.cabal.rej
41
+constraints: crypton-x509-system ==1.6.7
42
+
43
-- Needed when cross compiling
44
extra-packages: alex
45
0 commit comments