diff --git a/json-autotype.cabal b/json-autotype.cabal
--- a/json-autotype.cabal
+++ b/json-autotype.cabal
@@ -1,6 +1,6 @@
 -- Build information for the package.
 name:                json-autotype
-version:             3.0.0
+version:             3.0.1
 synopsis:            Automatic type declaration for JSON input data
 description:         Generates datatype declarations with Aeson's `FromJSON` instances
                      from a set of example ".json" files.
@@ -143,8 +143,6 @@
                        json-autotype,
                        json-alt
   default-language:    Haskell2010
-  ld-options: -static
-  ghc-options: -fPIC
 
 -- * Test suites
 -- Test suite with QuickCheck on random values,
