fixup cabal file

This commit is contained in:
Sönke Hahn 2014-11-12 16:02:40 +08:00
parent d8b0e4c7e5
commit fc3c2c4128

View file

@ -33,6 +33,7 @@ library
Servant.Server Servant.Server
Servant.Utils.ApiQuasiQuoting Servant.Utils.ApiQuasiQuoting
Servant.Utils.Links Servant.Utils.Links
Servant.Utils.StaticFiles
build-depends: build-depends:
base >=4.7 && <5 base >=4.7 && <5
, either , either
@ -55,6 +56,7 @@ library
, lens , lens
, unordered-containers , unordered-containers
, hashable , hashable
, system-filepath
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -O0 -Wall ghc-options: -O0 -Wall
@ -85,6 +87,7 @@ test-suite spec
, aeson , aeson
, bytestring , bytestring
, deepseq , deepseq
, directory
, either , either
, exceptions , exceptions
, hspec2 , hspec2