diff --git a/nf.cabal b/nf.cabal
--- a/nf.cabal
+++ b/nf.cabal
@@ -1,5 +1,5 @@
 name:                nf
-version:             1.0.0.1
+version:             1.0.0.2
 synopsis:            NF data type to statically enforce normal form 
 description:         This package provides a data type NF representing
                      data which has been evaluated to normal form.  This
@@ -17,6 +17,5 @@
 
 library
   exposed-modules:     Data.NF, Data.NF.Internal
-  other-extensions:    Safe, CPP
-  build-depends:       base >= 2 && < 5, deepseq
+  build-depends:       base >= 2 && < 5, deepseq >= 1.1
   default-language:    Haskell2010
