[Pkg-haskell-commits] darcs: haskell-cabal-file-th: Patch out upper bound on Cabal

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:34:51 UTC 2014


Sat Dec 20 18:45:03 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch out upper bound on Cabal 

    M ./changelog +1
    A ./patches/no-Cabal-bound
    A ./patches/series

Sat Dec 20 18:45:03 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch out upper bound on Cabal 
diff -rN -u old-haskell-cabal-file-th/changelog new-haskell-cabal-file-th/changelog
--- old-haskell-cabal-file-th/changelog	2014-12-22 13:34:51.826268749 +0000
+++ new-haskell-cabal-file-th/changelog	2014-12-22 13:34:51.830268753 +0000
@@ -2,6 +2,7 @@
 
   * Adjust watch file to new hackage layout
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Patch out upper bound on Cabal 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:19:45 +0200
 
diff -rN -u old-haskell-cabal-file-th/patches/no-Cabal-bound new-haskell-cabal-file-th/patches/no-Cabal-bound
--- old-haskell-cabal-file-th/patches/no-Cabal-bound	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cabal-file-th/patches/no-Cabal-bound	2014-12-22 13:34:51.826268749 +0000
@@ -0,0 +1,13 @@
+Index: cabal-file-th-0.2.3/cabal-file-th.cabal
+===================================================================
+--- cabal-file-th-0.2.3.orig/cabal-file-th.cabal	2014-12-20 19:44:03.821402281 +0100
++++ cabal-file-th-0.2.3/cabal-file-th.cabal	2014-12-20 19:44:31.537953838 +0100
+@@ -20,7 +20,7 @@
+ Library
+   Exposed-modules:   Distribution.PackageDescription.TH
+   Build-depends:     base >= 4 && < 5,
+-                     Cabal >= 1.10 && < 1.17,
++                     Cabal >= 1.10,
+                      directory,
+                      template-haskell
+   Ghc-options: -Wall
diff -rN -u old-haskell-cabal-file-th/patches/series new-haskell-cabal-file-th/patches/series
--- old-haskell-cabal-file-th/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cabal-file-th/patches/series	2014-12-22 13:34:51.826268749 +0000
@@ -0,0 +1 @@
+no-Cabal-bound




More information about the Pkg-haskell-commits mailing list