[Pkg-haskell-commits] darcs: shelltestrunner: Drop local patch disabling cabal-file-th
Iustin Pop
iustin at debian.org
Mon Jul 21 17:51:22 UTC 2014
Mon Jul 21 17:34:58 UTC 2014 Iustin Pop <iustin at debian.org>
* Drop local patch disabling cabal-file-th
Upstream has removed the dependency on TemplateHaskell, no need for this patch
anymore!
R ./patches/remove-cabal-th-dependency.patch
M ./patches/series -1
Mon Jul 21 17:34:58 UTC 2014 Iustin Pop <iustin at debian.org>
* Drop local patch disabling cabal-file-th
Upstream has removed the dependency on TemplateHaskell, no need for this patch
anymore!
diff -rN -u old-shelltestrunner/patches/remove-cabal-th-dependency.patch new-shelltestrunner/patches/remove-cabal-th-dependency.patch
--- old-shelltestrunner/patches/remove-cabal-th-dependency.patch 2014-07-21 17:51:21.953216298 +0000
+++ new-shelltestrunner/patches/remove-cabal-th-dependency.patch 1970-01-01 00:00:00.000000000 +0000
@@ -1,42 +0,0 @@
-Description: Remove cabal-th dependency
- This is only used to embed the version of the package, but since
- cabal-th is available just on a few architectures, it makes more sense
- to hard-code that and thus make shelltestrunner available on more
- architectures.
-Author: Iustin Pop <iustin at debian.org>
-Forwarded: no
-Last-Update: 2012-03-26
-Index: shelltestrunner-1.3.1/shelltest.hs
-===================================================================
---- shelltestrunner-1.3.1.orig/shelltest.hs 2013-02-09 12:59:08.930494458 +0100
-+++ shelltestrunner-1.3.1/shelltest.hs 2013-02-09 12:59:49.650492958 +0100
-@@ -34,7 +34,6 @@
- import qualified System.FilePath.Find as Find (extension)
- import Control.Applicative ((<$>))
- import Data.Algorithm.Diff
--import Distribution.PackageDescription.TH (packageVariable, package, pkgVersion)
-
- import PlatformString (fromPlatformString, toPlatformString)
-
-@@ -43,7 +42,8 @@
-
- progname, version, progversion :: String
- progname = "shelltest"
--version = $(packageVariable (pkgVersion . package))
-+-- sync with the cabal file
-+version = "1.3.1"
- progversion = progname ++ " " ++ version
- proghelpsuffix :: [String]
- proghelpsuffix = [
-Index: shelltestrunner-1.3.1/shelltestrunner.cabal
-===================================================================
---- shelltestrunner-1.3.1.orig/shelltestrunner.cabal 2013-02-09 12:59:08.930494458 +0100
-+++ shelltestrunner-1.3.1/shelltestrunner.cabal 2013-02-09 12:59:08.930494458 +0100
-@@ -29,7 +29,6 @@
- ghc-options: -threaded -W -fwarn-tabs
- build-depends:
- base >= 4 && < 5
-- ,cabal-file-th
- ,filemanip >= 0.3 && < 0.4
- ,HUnit < 1.3
- ,cmdargs >= 0.7 && < 0.11
diff -rN -u old-shelltestrunner/patches/series new-shelltestrunner/patches/series
--- old-shelltestrunner/patches/series 2014-07-21 17:51:21.953216298 +0000
+++ new-shelltestrunner/patches/series 2014-07-21 17:51:21.953216298 +0000
@@ -1 +0,0 @@
-remove-cabal-th-dependency.patch
More information about the Pkg-haskell-commits
mailing list