Update .cabal

This commit is contained in:
Chris Done 2015-01-15 21:17:39 +01:00
parent 6da56e4f15
commit eb734cb5d7

View File

@ -31,40 +31,41 @@ library
Stackage.PerformBuild Stackage.PerformBuild
Stackage.ShakeBuild Stackage.ShakeBuild
Stackage.CompleteBuild Stackage.CompleteBuild
build-depends: base >= 4 && < 5 build-depends:
, containers Cabal >= 1.14
, Cabal >= 1.14 , aeson
, tar >= 0.3 , async
, zlib , base >= 4 && < 5
, bytestring , bytestring
, directory , classy-prelude-conduit
, filepath , conduit
, transformers , conduit-extra
, process , containers
, old-locale , data-default-class
, time , directory
, utf8-string , filepath
, http-client
, conduit-extra , http-client-tls
, classy-prelude-conduit , mono-traversable
, text , mtl
, system-fileio , old-locale
, system-filepath , process
, mtl , semigroups
, aeson , shake
, yaml , stm
, unix-compat , streaming-commons >= 0.1.7.1
, http-client , system-fileio
, http-client-tls , system-filepath
, temporary , tar >= 0.3
, data-default-class , temporary
, stm , text
, mono-traversable , time
, async , transformers
, streaming-commons >= 0.1.7.1 , unix-compat
, semigroups , utf8-string
, xml-conduit , xml-conduit
, shake , yaml
, zlib
executable stackage executable stackage
default-language: Haskell2010 default-language: Haskell2010