diff --git a/bytestring-arbitrary.cabal b/bytestring-arbitrary.cabal
--- a/bytestring-arbitrary.cabal
+++ b/bytestring-arbitrary.cabal
@@ -2,7 +2,7 @@
 --  documentation, see http://haskell.org/cabal/users-guide/
 
 name:                bytestring-arbitrary
-version:             0.0.4
+version:             0.1.0
 synopsis:            Arbitrary instances for ByteStrings
 -- description:         
 homepage:            https://github.com/tsuraan/bytestring-arbitrary
@@ -26,7 +26,7 @@
                      , QuickCheck
   hs-source-dirs:      src
   default-language:    Haskell2010
-  ghc-options:         -fllvm -Wall
+  ghc-options:         -Wall
 
 benchmark benchmark-all
   type:                exitcode-stdio-1.0
@@ -39,7 +39,7 @@
                      , criterion
                      , bytestring-arbitrary
   default-language:    Haskell2010
-  ghc-options:         -fllvm -Wall
+  ghc-options:         -Wall
 
 Test-Suite test-all
   type:                exitcode-stdio-1.0
@@ -51,5 +51,5 @@
                      , cryptohash
                      , bytestring-arbitrary
   default-language:    Haskell2010
-  ghc-options:         -fllvm -Wall
+  ghc-options:         -Wall
 
