Relax some lower bounds.

This commit is contained in:
Michael Alan Dorman 2015-04-30 10:56:09 -04:00
parent 79874247f6
commit 2ba962b810

View File

@ -18,8 +18,8 @@ library
default-language: Haskell2010
default-extensions: OverloadedStrings
ghc-options: -Wall
build-depends: aeson >= 0.8 && < 0.9
, base >= 4.7 && < 4.9
build-depends: aeson >= 0.7 && < 0.9
, base >= 4.6 && < 4.9
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3
, vector >= 0.10 && < 0.11