We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b01ca commit 5cfb269Copy full SHA for 5cfb269
Win32.cabal
@@ -32,7 +32,7 @@ Library
32
33
-- AFPP support
34
if impl(ghc >= 8.0)
35
- build-depends: filepath >= 1.4.99.0
+ build-depends: filepath >= 1.4.100.0
36
37
-- Black list hsc2hs 0.68.6 which is horribly broken.
38
build-tool-depends: hsc2hs:hsc2hs > 0 && < 0.68.6 || > 0.68.6
cabal.project
@@ -1,8 +1 @@
1
packages: .
2
-
3
-source-repository-package
4
- type: git
5
- location: https://gitlab.haskell.org/haskell/filepath.git
6
- tag: d7d13206fc641a615680a2b99321ba80b1ebfc57
7
8
-allow-newer: all:base, all:filepath, all:bytestring
0 commit comments