diff --git a/Cabal-hooks/Cabal-hooks.cabal b/Cabal-hooks/Cabal-hooks.cabal index e9768013129..e25eae0f411 100644 --- a/Cabal-hooks/Cabal-hooks.cabal +++ b/Cabal-hooks/Cabal-hooks.cabal @@ -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 diff --git a/cabal.project.release b/cabal.project.release index 029f9d63294..0a6d1f6c063 100644 --- a/cabal.project.release +++ b/cabal.project.release @@ -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