Skip to content

Commit 1abef6e

Browse files
committed
haskell-updater.cabal: Update dep constraints
Use constraints from our current testbed, i.e. versions bundled with ghc-9.0 through ghc-9.12 Signed-off-by: hololeap <hololeap@protonmail.com>
1 parent fcbd789 commit 1abef6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

haskell-updater.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ executable haskell-updater
7878

7979
autogen-modules: Paths_haskell_updater
8080
build-depends:
81-
, base >=4.12 && <5
82-
, bytestring
83-
, Cabal >=1.8
84-
, containers
85-
, directory >=1.2.5.0
86-
, filepath
87-
, mtl
88-
, process
81+
, base >=4.15.1.0 && <5
82+
, bytestring >=0.10.12.1 && <0.13
83+
, Cabal >=3.4.1.0 && <3.15
84+
, containers >=0.6.4.1 && <0.8
85+
, directory >=1.2.5.0 && <1.4
86+
, filepath >=1.4.2.1 && <1.6
87+
, mtl >=2.2.2 && <2.3.1
88+
, process ^>=1.6.13.2
8989

9090
-- Only force new bytestring on versions of GHC that come bundled with it
9191
if impl(ghc >= 9.2.1)

0 commit comments

Comments
 (0)