diff --git a/src/URI/ByteString/Aeson.hs b/src/URI/ByteString/Aeson.hs
--- a/src/URI/ByteString/Aeson.hs
+++ b/src/URI/ByteString/Aeson.hs
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -fno-warn-orphans #-}
+
 module URI.ByteString.Aeson () where
 
 import           Data.Aeson
diff --git a/uri-bytestring-aeson.cabal b/uri-bytestring-aeson.cabal
--- a/uri-bytestring-aeson.cabal
+++ b/uri-bytestring-aeson.cabal
@@ -2,7 +2,7 @@
 --  documentation, see http://haskell.org/cabal/users-guide/
 
 name:                uri-bytestring-aeson
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            Aeson instances for URI Bytestring
 -- description:
 homepage:            https://github.com/reactormonk/uri-bytestring-aeson
@@ -25,9 +25,9 @@
   -- other-modules:
   -- other-extensions:
   build-depends:
-      base             >= 4.9   && < 4.12
+      base             >= 4.9   && < 5.0
     , uri-bytestring   >= 0.2   && < 0.4
-    , aeson            >= 0.11  && < 1.4
+    , aeson            >= 0.11  && < 1.5
     , bytestring       >= 0.9.1 && < 0.11
     , text             >= 1.1.1.0
   hs-source-dirs:      src
