diff --git a/CHANGES.txt b/CHANGES.txt
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Changelog for Derive
 
+2.5.15
+    Allow haskell-src-exts-1.15.*
 2.5.14
     #3, support GHC 7.9
 2.5.13
diff --git a/derive.cabal b/derive.cabal
--- a/derive.cabal
+++ b/derive.cabal
@@ -1,12 +1,13 @@
 cabal-version:  >= 1.6
 build-type:     Default
 name:           derive
-version:        2.5.14
+version:        2.5.15
 build-type:     Simple
 copyright:      Neil Mitchell 2006-2014
 author:         Neil Mitchell <ndmitchell@gmail.com>
 maintainer:     Neil Mitchell <ndmitchell@gmail.com>
 homepage:       http://community.haskell.org/~ndm/derive/
+bug-reports:    https://github.com/ndmitchell/derive/issues
 license:        BSD3
 license-file:   LICENSE
 synopsis:       A program and library to derive instances for data types
@@ -19,7 +20,7 @@
 extra-source-files:
     derive.htm
     CHANGES.txt
-tested-with:        GHC==7.6.3, GHC==7.4.2, GHC==7.2.2
+tested-with:        GHC==7.8.2, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2
 
 source-repository head
     type:     git
@@ -33,7 +34,7 @@
         base == 4.*,
         filepath, syb, template-haskell, containers, pretty,
         directory, process, bytestring,
-        haskell-src-exts >= 1.14 && < 1.15,
+        haskell-src-exts >= 1.14 && < 1.16,
         transformers >= 0.2 && < 0.4,
         uniplate >= 1.5 && < 1.7
 
