Skip to content

Commit 0fdab55

Browse files
committed
Fix build
1 parent 1ffe834 commit 0fdab55

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
Cabal >= 3.11 && < 3.13,
3232
base >= 4.9 && < 5,
3333
containers >= 0.5.0.0 && < 0.8,
34-
filepath >= 1.3.0.1 && < 1.5,
34+
filepath >= 1.4.0.0 && < 1.6,
3535
transformers >= 0.5.6.0 && < 0.7
3636

3737
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates

cabal.project.release

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ constraints: tar >= 0.6.2.0,
1414
package zlib
1515
flags: -pkg-config +bundled-c-zlib
1616

17+
packages: https://hackage.haskell.org/package/tar-0.6.2.0/tar-0.6.2.0.tar.gz
18+
https://hackage.haskell.org/package/hashable-1.4.4.0/hashable-1.4.4.0.tar.gz
19+
https://hackage.haskell.org/package/unix-2.8.5.1/unix-2.8.5.1.tar.gz
20+
https://hackage.haskell.org/package/directory-1.3.8.4/directory-1.3.8.4.tar.gz
21+
22+
allow-newer: filepath
23+
24+
package unix
25+
flags: +os-string
26+
27+
package directory
28+
flags: +os-string
29+
30+
package Win32
31+
flags: +os-string

0 commit comments

Comments
 (0)