File tree 4 files changed +20
-20
lines changed
hackage-security-http-client
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
32
32
33
33
library
34
34
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
39
39
hs-source-dirs : src
40
40
default-language : Haskell2010
41
41
ghc-options : -Wall
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ copyright: Copyright 2015 Well-Typed LLP
13
13
category : Distribution
14
14
build-type : Simple
15
15
cabal-version : >= 1.10
16
+ extra-source-files : ChangeLog.md
16
17
17
18
tested-with :
18
19
GHC == 9.8.1
@@ -31,11 +32,11 @@ flag use-network-uri
31
32
32
33
library
33
34
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
39
40
hs-source-dirs : src
40
41
default-language : Haskell2010
41
42
default-extensions : FlexibleContexts
Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ library
127
127
time >= 1.5 && < 1.13 ,
128
128
transformers >= 0.3 && < 0.7 ,
129
129
zlib >= 0.5 && < 0.7 ,
130
- -- whatever versions are bundled with ghc:
131
- ghc-prim
130
+ ghc-prim >= 0.5.2 && < 0.12
132
131
133
132
if flag(lukko)
134
133
build-depends : lukko >= 0.1 && < 0.2
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ tested-with:
27
27
28
28
executable precompute-fileinfo
29
29
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
39
39
hs-source-dirs : src
40
40
default-language : Haskell2010
41
41
default-extensions : RecordWildCards
You can’t perform that action at this time.
0 commit comments