diff --git a/htoml-megaparsec.cabal b/htoml-megaparsec.cabal
--- a/htoml-megaparsec.cabal
+++ b/htoml-megaparsec.cabal
@@ -1,5 +1,5 @@
 name:                     htoml-megaparsec
-version:                  1.0.1.0
+version:                  1.0.1.1
 synopsis:                 Parser for TOML files
 description:              TOML is an obvious and minimal format for config files.
                           This package provides a TOML parser
@@ -40,13 +40,12 @@
                         , megaparsec             >= 6.0.0
                         , unordered-containers   >= 0.2
                         , vector                 >= 0.10
-                        , aeson                  >= 0.8
                         , text                   >= 1.0    && < 2
                         , mtl                    >= 2.2
                         , composition-prelude    >= 0.1.1.0
                         , deepseq
-                        , time                   -any
-                        , old-locale             -any
+                        , time
+                        , old-locale
   if impl(ghc >= 8.0)
     ghc-options:          -Wincomplete-uni-patterns -Wincomplete-record-updates
   ghc-options:            -Wall
@@ -82,7 +81,6 @@
   type:                   exitcode-stdio-1.0
   default-language:       Haskell2010
   build-depends:          base
-                        , parsec
                         , containers
                         , unordered-containers
                         , vector
