File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3939 include :
4040 - ghc : 9.12
4141 os : macos-14
42- - ghc : 9.8
43- os : ubuntu-24.04
4442 - ghc : ' 9.10'
4543 os : ubuntu-24.04
4644 - ghc : 9.12
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ flag pedantic
2222 manual : True
2323
2424common library
25- build-depends : base ^>= 4.19.0.0 || ^ >= 4. 20.0.0 || ^>= 4.21.0.0 || ^>= 4.22.0.0
25+ build-depends : base ^>= 4.20.0.0 || ^>= 4.21.0.0 || ^>= 4.22.0.0
2626 default-language : Haskell2010
2727 ghc-options :
2828 -Weverything
@@ -53,13 +53,13 @@ library
5353 build-depends :
5454 aeson ^>= 2.1.2.1 || ^>= 2.2.2.0 ,
5555 burrito ^>= 2.0.1.9 ,
56- bytestring ^>= 0.11.4.0 || ^ >= 0. 12.0.2 ,
56+ bytestring ^>= 0.12.0.2 ,
5757 http-client ^>= 0.7.17 ,
5858 http-client-tls ^>= 0.3.6.3 ,
5959 http-types ^>= 0.12.4 ,
6060 mime-types ^>= 0.1.2.0 ,
6161 optparse-generic ^>= 1.5.2 ,
62- text ^>= 2.0.2 || ^ >= 2. 1 ,
62+ text ^>= 2.1 ,
6363 unordered-containers ^>= 0.2.20 ,
6464
6565 -- cabal-gild: discover source/library
You can’t perform that action at this time.
0 commit comments