Accept aeson-0.9.

This commit is contained in:
Felipe Lessa 2015-06-24 11:22:19 -03:00
parent 875a48195c
commit 29623cddc3

View File

@ -29,7 +29,7 @@ library
build-depends:
base >= 4 && < 5
, text >= 0.11
, aeson >= 0.5 && < 0.9
, aeson >= 0.5 && < 0.10
, shakespeare == 2.0.*
ghc-options: -Wall
other-modules: Data.CountryCodes.ISO31661
@ -42,7 +42,7 @@ executable country-codes-generate
base >= 4 && < 5
, text >= 0.11
, tagsoup >= 0.13 && < 0.14
ghc-options: -Wall -rtsopts
ghc-options: -Wall -rtsopts
main-is: Main.hs
if !flag(generate)
buildable: False