diff --git a/polyvariadic.cabal b/polyvariadic.cabal
--- a/polyvariadic.cabal
+++ b/polyvariadic.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                polyvariadic
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Creation and application of polyvariadic functions
 description:         Creation and application of polyvariadic functions, see the docs for usage and examples
 homepage:            https://github.com/fgaz/polyvariadic
@@ -23,8 +23,8 @@
 library
   exposed-modules:     Data.Accumulator, Data.Function.Polyvariadic
   -- other-modules:       
-  other-extensions:    MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances, GeneralizedNewtypeDeriving
-  build-depends:       base >=4.7 && <4.10
+  other-extensions:    MultiParamTypeClasses, FlexibleInstances, CPP
+  build-depends:       base >=4.7 && <4.11
                      , containers >=0.1 && <0.6
   if !impl(ghc >= 8.0)
     build-depends: semigroups == 0.18.*
