diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 Hiearchical prefixing of JSON objects from [Aeson](https://hackage.haskell.org/package/aeson).
 
+See [hackage.haskell.org](https://hackage.haskell.org/package/aeson-prefix) for details.
+
 ## Installation
 
 Run either `cabal install` or `stack install`. This is library, thus there is no executable available.
diff --git a/aeson-prefix.cabal b/aeson-prefix.cabal
--- a/aeson-prefix.cabal
+++ b/aeson-prefix.cabal
@@ -1,5 +1,5 @@
 name:                aeson-prefix
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Hiearchical prefixing for aeson
 description:         Please see README.md
 homepage:            https://github.com/j1r1k/aeson-prefix#readme
diff --git a/src/Data/Aeson/Prefix.hs b/src/Data/Aeson/Prefix.hs
--- a/src/Data/Aeson/Prefix.hs
+++ b/src/Data/Aeson/Prefix.hs
@@ -52,7 +52,7 @@
     ) where
 import Control.Monad.Reader (MonadReader, asks, local)
 
-import Data.Aeson
+import Data.Aeson hiding (defaultOptions)
 import qualified Data.HashMap.Strict as Map (fromList, toList)
 import Data.Monoid ((<>))
 import qualified Data.Vector as Vector (mapM)
