Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Apr 19, 2024
1 parent 1ffe834 commit 0fdab55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal-hooks/Cabal-hooks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
Cabal >= 3.11 && < 3.13,
base >= 4.9 && < 5,
containers >= 0.5.0.0 && < 0.8,
filepath >= 1.3.0.1 && < 1.5,
filepath >= 1.4.0.0 && < 1.6,
transformers >= 0.5.6.0 && < 0.7

ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
Expand Down
15 changes: 15 additions & 0 deletions cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ constraints: tar >= 0.6.2.0,
package zlib
flags: -pkg-config +bundled-c-zlib

packages: https://hackage.haskell.org/package/tar-0.6.2.0/tar-0.6.2.0.tar.gz
https://hackage.haskell.org/package/hashable-1.4.4.0/hashable-1.4.4.0.tar.gz
https://hackage.haskell.org/package/unix-2.8.5.1/unix-2.8.5.1.tar.gz
https://hackage.haskell.org/package/directory-1.3.8.4/directory-1.3.8.4.tar.gz

allow-newer: filepath

package unix
flags: +os-string

package directory
flags: +os-string

package Win32
flags: +os-string

0 comments on commit 0fdab55

Please sign in to comment.