fixup cabal file
This commit is contained in:
parent
d8b0e4c7e5
commit
fc3c2c4128
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,7 @@ library
|
|||
Servant.Server
|
||||
Servant.Utils.ApiQuasiQuoting
|
||||
Servant.Utils.Links
|
||||
Servant.Utils.StaticFiles
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, either
|
||||
|
@ -55,6 +56,7 @@ library
|
|||
, lens
|
||||
, unordered-containers
|
||||
, hashable
|
||||
, system-filepath
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
ghc-options: -O0 -Wall
|
||||
|
@ -85,6 +87,7 @@ test-suite spec
|
|||
, aeson
|
||||
, bytestring
|
||||
, deepseq
|
||||
, directory
|
||||
, either
|
||||
, exceptions
|
||||
, hspec2
|
||||
|
|
Loading…
Reference in a new issue