We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbd789 commit 1abef6eCopy full SHA for 1abef6e
haskell-updater.cabal
@@ -78,14 +78,14 @@ executable haskell-updater
78
79
autogen-modules: Paths_haskell_updater
80
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
+ , base >=4.15.1.0 && <5
+ , bytestring >=0.10.12.1 && <0.13
+ , Cabal >=3.4.1.0 && <3.15
+ , containers >=0.6.4.1 && <0.8
+ , directory >=1.2.5.0 && <1.4
+ , filepath >=1.4.2.1 && <1.6
+ , mtl >=2.2.2 && <2.3.1
+ , process ^>=1.6.13.2
89
90
-- Only force new bytestring on versions of GHC that come bundled with it
91
if impl(ghc >= 9.2.1)
0 commit comments