Add these
dependency
This commit is contained in:
parent
743c51b3c5
commit
c169d0bd59
1 changed files with 22 additions and 20 deletions
|
@ -43,31 +43,32 @@ library
|
|||
Servant.Server.Internal.ServantErr
|
||||
Servant.Utils.StaticFiles
|
||||
build-depends:
|
||||
base >= 4.7 && < 5
|
||||
, aeson >= 0.7 && < 0.11
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
base >= 4.7 && < 5
|
||||
, aeson >= 0.7 && < 0.11
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, base64-bytestring >= 1.0.0.0
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
, containers >= 0.5 && < 0.6
|
||||
, http-api-data >= 0.1 && < 0.3
|
||||
, http-types >= 0.8 && < 0.10
|
||||
, network-uri >= 2.6 && < 2.7
|
||||
, mtl >= 2 && < 3
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
, containers >= 0.5 && < 0.6
|
||||
, http-api-data >= 0.1 && < 0.3
|
||||
, http-types >= 0.8 && < 0.10
|
||||
, network-uri >= 2.6 && < 2.7
|
||||
, mtl >= 2 && < 3
|
||||
, mmorph >= 1
|
||||
, network >= 2.6 && < 2.7
|
||||
, safe >= 0.3 && < 0.4
|
||||
, network >= 2.6 && < 2.7
|
||||
, safe >= 0.3 && < 0.4
|
||||
, servant == 0.5.*
|
||||
, split >= 0.2 && < 0.3
|
||||
, string-conversions >= 0.3 && < 0.5
|
||||
, system-filepath >= 0.4 && < 0.5
|
||||
, split >= 0.2 && < 0.3
|
||||
, string-conversions >= 0.3 && < 0.5
|
||||
, system-filepath >= 0.4 && < 0.5
|
||||
, filepath >= 1
|
||||
, text >= 1.2 && < 1.3
|
||||
, transformers >= 0.3 && < 0.5
|
||||
, text >= 1.2 && < 1.3
|
||||
, these >= 0.6.0.0 && < 0.7.0.0
|
||||
, transformers >= 0.3 && < 0.5
|
||||
, transformers-compat>= 0.4
|
||||
, wai >= 3.0 && < 3.1
|
||||
, wai-app-static >= 3.0 && < 3.2
|
||||
, warp >= 3.0 && < 3.2
|
||||
, word8 >= 0.1.0 && < 0.1.3
|
||||
, wai >= 3.0 && < 3.1
|
||||
, wai-app-static >= 3.0 && < 3.2
|
||||
, warp >= 3.0 && < 3.2
|
||||
, word8 >= 0.1.0 && < 0.1.3
|
||||
, jwt
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
@ -118,6 +119,7 @@ test-suite spec
|
|||
, string-conversions
|
||||
, temporary
|
||||
, text
|
||||
, these
|
||||
, transformers
|
||||
, transformers-compat
|
||||
, mtl
|
||||
|
|
Loading…
Reference in a new issue