Update dependancies
This commit is contained in:
parent
492edca20d
commit
91e05d5152
11
breve.cabal
11
breve.cabal
@ -29,10 +29,9 @@ executable breve
|
|||||||
other-modules: Application, Breve.Common,
|
other-modules: Application, Breve.Common,
|
||||||
Breve.Generator, Breve.UrlTable
|
Breve.Generator, Breve.UrlTable
|
||||||
other-extensions: OverloadedStrings
|
other-extensions: OverloadedStrings
|
||||||
build-depends: base ==4.*, simple >= 0.8.0,
|
build-depends: base ==4.*, simple >= 0.8.0, wai ==2.*, wai-extra ==2.*,
|
||||||
wai ==2.*, wai-extra ==2.*, warp ==2.1.*,
|
warp ==2.1.*, aeson ==0.8.*, bytestring ==0.10.*,
|
||||||
aeson ==0.8.*, bytestring ==0.10.*,
|
transformers ==0.3.*, mtl ==2.1.*, hashtables ==1.2.*,
|
||||||
transformers ==0.3.*, mtl ==2.1.*,
|
cryptohash ==0.11.*, binary ==0.7.*, random ==1.1.*,
|
||||||
hashtables ==1.2.*, cryptohash ==0.11.*,
|
xdg-basedir ==0.2.*, tconfig ==0.5.*, directory ==1.2.*
|
||||||
binary ==0.7.*, random ==1.1.*
|
|
||||||
ghc-options: -threaded -O2
|
ghc-options: -threaded -O2
|
||||||
|
Loading…
Reference in New Issue
Block a user