mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-25 18:38:15 +03:00
Update bounds
This commit is contained in:
parent
ed579a6b20
commit
b46d214034
@ -1,2 +1,2 @@
|
||||
packages: .
|
||||
index-state: 2022-04-11T00:00:00Z
|
||||
index-state: 2022-08-19T06:44:22Z
|
||||
|
@ -34,21 +34,21 @@ executable foliage
|
||||
|
||||
ghc-options: -Wall
|
||||
build-depends:
|
||||
base >=4.14.3.0 && <4.17,
|
||||
aeson >=2.0.3.0 && <2.1,
|
||||
base64 >=0.4.2.3 && <0.5,
|
||||
bytestring >=0.10.12.0 && <0.11,
|
||||
Cabal >= 3.2.1 && < 3.3,
|
||||
containers >=0.6.5.1 && <0.7,
|
||||
cryptohash-sha256 >=0.11.102.1 && <0.12,
|
||||
directory >=1.3.6.0 && <1.4,
|
||||
filepath >=1.4.2.1 && <1.5,
|
||||
hackage-security >=0.6.2.1 && <0.7,
|
||||
optparse-applicative >=0.17.0.0 && <0.18,
|
||||
shake >=0.19.6 && <0.20,
|
||||
tar >=0.5.1.1 && <0.6,
|
||||
text >=1.2.4.1 && <1.3,
|
||||
time >=1.9.3 && <1.10,
|
||||
time-compat >=1.9.6.1 && <1.10,
|
||||
tomland >=1.3.3.1 && <1.4,
|
||||
zlib >=0.6.2.3 && <0.7
|
||||
base >=4.14.3.0 && <4.18,
|
||||
aeson >=2.0.3.0 && <2.2,
|
||||
base64 >=0.4.2.3 && <0.5,
|
||||
bytestring >=0.10.12.0 && <0.12,
|
||||
Cabal >=3.2.1 && <3.9,
|
||||
containers >=0.6.5.1 && <0.7,
|
||||
cryptohash-sha256 >=0.11.102.1 && <0.12,
|
||||
directory >=1.3.6.0 && <1.4,
|
||||
filepath >=1.4.2.1 && <1.5,
|
||||
hackage-security >=0.6.2.1 && <0.7,
|
||||
optparse-applicative >=0.17.0.0 && <0.18,
|
||||
shake >=0.19.6 && <0.20,
|
||||
tar >=0.5.1.1 && <0.6,
|
||||
text >=1.2.4.1 && <2.1,
|
||||
time >=1.9.3 && <1.13,
|
||||
time-compat >=1.9.6.1 && <1.10,
|
||||
tomland >=1.3.3.1 && <1.4,
|
||||
zlib >=0.6.2.3 && <0.7
|
||||
|
Loading…
Reference in New Issue
Block a user