mirror of
https://github.com/snoyberg/keter.git
synced 2024-11-27 10:12:01 +03:00
Fix bounds
re-add resolver field fix bounds for nightly fix bounds more
This commit is contained in:
parent
cbce0faea1
commit
8ae895dda2
96
keter.cabal
96
keter.cabal
@ -35,54 +35,54 @@ flag system-filepath
|
||||
library
|
||||
default-language: Haskell98
|
||||
build-depends:
|
||||
aeson >=2.0.0 && <2.1
|
||||
, array >=0.5.4 && <0.6
|
||||
, async >=2.2.4 && <2.3
|
||||
, attoparsec >=0.14.4 && <0.15
|
||||
, base >=4 && <5
|
||||
, unliftio-core >=0.2.0.0 && <0.3.0.0
|
||||
, monad-logger >=0.3.0 && <0.4.0
|
||||
, fast-logger >=3.0.0 && <3.2.0
|
||||
, blaze-builder >=0.3 && <0.5
|
||||
, bytestring >=0.10.12 && <0.11
|
||||
, case-insensitive >=1.2.1 && <1.3
|
||||
, conduit >=1.3.4 && <1.4
|
||||
, conduit-extra >=1.3.5 && <1.4
|
||||
, containers >=0.6.4 && <0.7
|
||||
, directory >=1.3.6 && <1.4
|
||||
, filepath >=1.4.2 && <1.5
|
||||
, fsnotify >=0.3.0 && <0.4
|
||||
, http-client >=0.7.11 && <0.8
|
||||
, http-conduit >=2.3.8 && <2.4
|
||||
, http-reverse-proxy >=0.6.0.1 && <0.7
|
||||
, http-types >=0.12.3 && <0.13
|
||||
, indexed-traversable >=0.1.2 && <0.2
|
||||
, lifted-base >=0.2.3 && <0.3
|
||||
, mtl >=2.2.2 && <2.3
|
||||
, network >=3.1.2 && <3.2
|
||||
, optparse-applicative >=0.16.1 && <0.17
|
||||
, process >=1.4.3 && <1.7
|
||||
, random >=1.2.1 && <1.3
|
||||
, regex-tdfa >=1.3.1 && <1.4
|
||||
, stm >=2.5.0 && <2.6
|
||||
, tar >=0.5.1 && <0.6
|
||||
, template-haskell >=2.17.0 && <2.18
|
||||
, text >=1.2.5 && <1.3
|
||||
, time >=1.9.3 && <1.10
|
||||
, tls >=1.5.7 && <1.6
|
||||
, tls-session-manager >=0.0.4 && <0.1
|
||||
, transformers >=0.5.6 && <0.6
|
||||
, unix >=2.7.2 && <2.8
|
||||
, unix-compat >=0.3 && <0.8
|
||||
, unordered-containers >=0.2.17 && <0.3
|
||||
, vector >=0.12.3 && <0.13
|
||||
, wai >=3.2.3 && <3.3
|
||||
, wai-app-static >=3.1 && <3.2
|
||||
, wai-extra >=3.0.3 && <3.2
|
||||
, warp >=3.3.20 && <3.4
|
||||
, warp-tls >=3.0.3 && <3.4.0
|
||||
, yaml >=0.8.4 && <0.12
|
||||
, zlib >=0.6.2 && <0.7
|
||||
aeson >=2.0.0 && <2.2
|
||||
, array >=0.5.4 && <0.6
|
||||
, async >=2.2.4 && <2.3
|
||||
, attoparsec >=0.14.4 && <0.15
|
||||
, base >=4 && <5
|
||||
, blaze-builder >=0.3 && <0.5
|
||||
, bytestring >=0.10.12 && <0.12
|
||||
, case-insensitive >=1.2.1 && <1.3
|
||||
, conduit >=1.3.4 && <1.4
|
||||
, conduit-extra >=1.3.5 && <1.4
|
||||
, containers >=0.6.4 && <0.7
|
||||
, directory >=1.3.6 && <1.4
|
||||
, fast-logger >=3.0.0 && <4.0.0
|
||||
, filepath >=1.4.2 && <1.5
|
||||
, fsnotify >=0.3.0 && <0.5
|
||||
, http-client >=0.7.11 && <0.8
|
||||
, http-conduit >=2.3.8 && <2.4
|
||||
, http-reverse-proxy >=0.6.0.1 && <0.7
|
||||
, http-types >=0.12.3 && <0.13
|
||||
, indexed-traversable >=0.1.2 && <0.2
|
||||
, lifted-base >=0.2.3 && <0.3
|
||||
, monad-logger >=0.3.0 && <0.4.0
|
||||
, mtl >=2.2.2 && <2.3
|
||||
, network >=3.1.2 && <3.2
|
||||
, optparse-applicative >=0.16.1 && <0.18
|
||||
, process >=1.4.3 && <1.7
|
||||
, random >=1.2.1 && <1.3
|
||||
, regex-tdfa >=1.3.1 && <1.4
|
||||
, stm >=2.5.0 && <2.6
|
||||
, tar >=0.5.1 && <0.6
|
||||
, template-haskell >=2.17.0 && <3.0
|
||||
, text >=1.2.5 && <3.0
|
||||
, time >=1.9.3 && <2.0
|
||||
, tls >=1.5.7 && <2.0
|
||||
, tls-session-manager >=0.0.4 && <0.1
|
||||
, transformers >=0.5.6 && <0.6
|
||||
, unix >=2.7.2 && <2.8
|
||||
, unix-compat >=0.3 && <0.8
|
||||
, unliftio-core >=0.2.0.0 && <0.3.0.0
|
||||
, unordered-containers >=0.2.17 && <0.3
|
||||
, vector >=0.12.3.0 && <1.0.0.0
|
||||
, wai >=3.2.3 && <3.3
|
||||
, wai-app-static >=3.1 && <3.2
|
||||
, wai-extra >=3.0.3 && <3.2
|
||||
, warp >=3.3.20 && <3.4
|
||||
, warp-tls >=3.0.3 && <3.4.0
|
||||
, yaml >=0.8.4 && <0.12
|
||||
, zlib >=0.6.2 && <0.7
|
||||
|
||||
if impl(ghc <7.6)
|
||||
build-depends: ghc-prim
|
||||
|
@ -3,3 +3,4 @@ flags:
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps: []
|
||||
resolver: lts-20
|
||||
|
Loading…
Reference in New Issue
Block a user