diff --git a/hecc.cabal b/hecc.cabal
--- a/hecc.cabal
+++ b/hecc.cabal
@@ -1,5 +1,5 @@
 Name:                hecc
-Version:             0.3
+Version:             0.3.1
 Synopsis:	     Elliptic Curve Cryptography for Haskell
 Description:         Pure math & algorithms for Elliptic Curve Cryptography in Haskell
 License:             BSD3
@@ -19,10 +19,10 @@
   src
  Build-Depends:
   base >= 4 && < 5,
-  random,
-  bytestring,
-  binary,
-  cereal,
+--  random,
+--  bytestring,
+--  binary,
+--  cereal,
   crypto-api,
   repa,
   vector
