diff --git a/drmaa.cabal b/drmaa.cabal
--- a/drmaa.cabal
+++ b/drmaa.cabal
@@ -1,8 +1,5 @@
--- Initial drmaa.cabal generated by cabal init.  For further documentation,
---  see http://haskell.org/cabal/users-guide/
-
 name:                drmaa
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A simple Haskell bindings to DRMAA C library.
 description:         A simple Haskell bindings to DRMAA C library.
 license:             BSD3
@@ -24,9 +21,6 @@
   -- other-extensions:
   build-depends:
       base >=4.7 && <5.0
-    , bytestring
-    , binary
-    , async
     , inline-c
     , text
     , shelly
