diff --git a/derulo.cabal b/derulo.cabal
--- a/derulo.cabal
+++ b/derulo.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           derulo
-version:        0.0.2
+version:        0.0.3
 synopsis:       Parse and render JSON simply.
 description:    Derulo parses and renders JSON simply.
 category:       JSON
@@ -29,7 +29,6 @@
   ghc-options: -Wall
   build-depends:
       base >=4.8.2 && <4.11
-    , directory
   exposed-modules:
       Derulo
   default-language: Haskell2010
@@ -41,7 +40,6 @@
   ghc-options: -Wall -rtsopts -threaded
   build-depends:
       base >=4.8.2 && <4.11
-    , directory
     , derulo
   default-language: Haskell2010
 
@@ -53,6 +51,5 @@
   ghc-options: -Wall -rtsopts -threaded
   build-depends:
       base >=4.8.2 && <4.11
-    , directory
     , doctest >=0.11.0 && <0.14
   default-language: Haskell2010
