Description: Extend Cabal range to allow building with 7.4.1
Author: Joachim Breitner <nomeata@debian.org>
--- haskell-cabal-file-th-0.2.1.orig/cabal-file-th.cabal
+++ haskell-cabal-file-th-0.2.1/cabal-file-th.cabal
@@ -1,5 +1,5 @@
 Name:                cabal-file-th
-Version:             0.2.1
+Version:             0.2.1.0.1
 Synopsis:            Template Haskell expressions for reading fields from a project's cabal file.
 Description:         Template Haskell expressions for reading fields from a project's cabal file.
 Homepage:            http://github.com/nkpart/cabal-file-th
@@ -20,7 +20,7 @@ source-repository head
 Library
   Exposed-modules:   Distribution.PackageDescription.TH
   Build-depends:     base >= 4 && < 5,
-                     Cabal >= 1.10 && < 1.13,
+                     Cabal >= 1.10 && < 1.15,
                      directory,
                      template-haskell
   Ghc-options: -Wall
