diff --git a/country-codes.cabal b/country-codes.cabal
--- a/country-codes.cabal
+++ b/country-codes.cabal
@@ -1,5 +1,5 @@
 name:           country-codes
-version:        0.1.1
+version:        0.1.2
 cabal-version:  >= 1.8
 build-type:     Simple
 author:         JP Moresmau <jpmoresmau@gmail.com>
@@ -29,7 +29,7 @@
   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 @@
       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
