diff --git a/base58-bytestring.cabal b/base58-bytestring.cabal
--- a/base58-bytestring.cabal
+++ b/base58-bytestring.cabal
@@ -1,5 +1,5 @@
 name:                base58-bytestring
-version:             0.0.1
+version:             0.0.2
 synopsis:            Implementation of BASE58 transcoding for ByteStrings
 
 description: Implementation of BASE58 transcoding copy-pasted from
@@ -28,7 +28,6 @@
 
   build-depends:       base >=4.6 && < 5
                      , bytestring
-                     , containers
 
 
   hs-source-dirs:      src
