diff --git a/Interpolation.cabal b/Interpolation.cabal
--- a/Interpolation.cabal
+++ b/Interpolation.cabal
@@ -1,10 +1,12 @@
 Name:                  Interpolation
-Version:             0.2.5
+Version:             0.2.5.1
 Description:         This package adds quasiquoter for multiline 
                      strings, interpolation and simple templating.
                      It can handle repetition templates which makes it
                      Handy for outputting larger structures, such as
                      latex tables or gnuplot files.
+
+                     0.2.5.1 -- version bump for ghc-7.0.1
 Category:            Data,Text
 Synopsis:            Multiline strings, interpolation and templating.
 License:             OtherLicense
@@ -15,6 +17,6 @@
 Cabal-Version:       >=1.2
 
 Library
-  Build-Depends:     base >= 3 && <=4, syb, template-haskell, haskell-src-meta
+  Build-Depends:     base < 5, syb, haskell-src-meta, template-haskell
   Exposed-modules:   Data.String.Interpolation
   ghc-options:       -Wall 
