Remove too strict constrains

This commit is contained in:
rnhmjoj 2015-04-11 18:52:19 +02:00
parent 1dd3322a6d
commit de4e010021

View File

@ -1,5 +1,5 @@
name: breve name: breve
version: 0.0.3.0 version: 0.0.4.0
synopsis: a url shortener synopsis: a url shortener
description: description:
@ -29,9 +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, wai ==2.*, wai-extra ==2.*, build-depends: base ==4.*, simple, wai, wai-extra, warp,
warp ==2.1.*, aeson ==0.8.*, bytestring ==0.10.*, aeson, bytestring, binary,
transformers ==0.3.*, mtl ==2.1.*, hashtables ==1.2.*, transformers, mtl,
cryptohash ==0.11.*, binary ==0.7.*, random ==1.1.*, hashtables, cryptohash, random,
xdg-basedir ==0.2.*, tconfig ==0.5.*, directory ==1.2.* xdg-basedir, tconfig, directory
ghc-options: -threaded -O2 ghc-options: -threaded -O2