Skip to content

Commit 5cfb269

Browse files
hasufellMistuke
authored andcommitted
Use filepath from hackage
1 parent 35b01ca commit 5cfb269

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Win32.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Library
3232

3333
-- AFPP support
3434
if impl(ghc >= 8.0)
35-
build-depends: filepath >= 1.4.99.0
35+
build-depends: filepath >= 1.4.100.0
3636

3737
-- Black list hsc2hs 0.68.6 which is horribly broken.
3838
build-tool-depends: hsc2hs:hsc2hs > 0 && < 0.68.6 || > 0.68.6

cabal.project

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
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

Comments
 (0)