File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed
hackage-security-http-client Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ flag use-network-uri
3232
3333library
3434 exposed-modules : Hackage.Security.Client.Repository.HttpLib.Curl
35- build-depends : base >= 4.11 && < 4.20 ,
36- bytestring >= 0.9 ,
37- process >= 1.1 ,
38- hackage-security
35+ build-depends : base >= 4.11 && < 4.20 ,
36+ bytestring >= 0.10.8 && < 0.13 ,
37+ process >= 1.6.3 && < 1.7 ,
38+ hackage-security >= 0.6.2 && < 0.7
3939 hs-source-dirs : src
4040 default-language : Haskell2010
4141 ghc-options : -Wall
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ copyright: Copyright 2015 Well-Typed LLP
1313category : Distribution
1414build-type : Simple
1515cabal-version : >= 1.10
16+ extra-source-files : ChangeLog.md
1617
1718tested-with :
1819 GHC == 9.8.1
@@ -31,11 +32,11 @@ flag use-network-uri
3132
3233library
3334 exposed-modules : Hackage.Security.Client.Repository.HttpLib.HttpClient
34- build-depends : base >= 4.11 && < 4.20 ,
35- bytestring >= 0.9 ,
36- http-client >= 0.4 && < 0.8 ,
37- http-types >= 0.8 ,
38- hackage-security >= 0.5 && < 0.7
35+ build-depends : base >= 4.11 && < 4.20 ,
36+ bytestring >= 0.10.8 && < 0.13 ,
37+ http-client >= 0.4 && < 0.8 ,
38+ http-types >= 0.12.4 && < 0.13 ,
39+ hackage-security >= 0.5 && < 0.7
3940 hs-source-dirs : src
4041 default-language : Haskell2010
4142 default-extensions : FlexibleContexts
Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ library
127127 time >= 1.5 && < 1.13 ,
128128 transformers >= 0.3 && < 0.7 ,
129129 zlib >= 0.5 && < 0.7 ,
130- -- whatever versions are bundled with ghc:
131- ghc-prim
130+ ghc-prim >= 0.5.2 && < 0.12
132131
133132 if flag(lukko)
134133 build-depends : lukko >= 0.1 && < 0.2
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ tested-with:
2727
2828executable precompute-fileinfo
2929 main-is : Main.hs
30- build-depends : base >= 4.11 ,
31- bytestring >= 0.9 ,
32- containers >= 0.4 ,
33- deepseq >= 1.3 ,
34- filepath >= 1.2 ,
35- optparse-applicative >= 0.11 ,
36- SHA >= 1.6 ,
37- tar >= 0.4 ,
38- zlib >= 0.5
30+ build-depends : base >= 4.11 && < 4.20 ,
31+ bytestring >= 0.10.8 && < 0.13 ,
32+ containers >= 0.5.11 && < 0.7 ,
33+ deepseq >= 1.4.3 && < 1.6 ,
34+ filepath >= 1.4.2 && < 1.5 ,
35+ optparse-applicative >= 0.18.1 && < 0.19 ,
36+ SHA >= 1.6.4 && < 1.7 ,
37+ tar >= 0.6.0 && < 0.7 ,
38+ zlib >= 0.6.3 && < 0.7
3939 hs-source-dirs : src
4040 default-language : Haskell2010
4141 default-extensions : RecordWildCards
You can’t perform that action at this time.
0 commit comments