[DHG_packages] 04/08: hledger: new upstream release (0.27)

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Sat Jan 9 22:25:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

kaction-guest pushed a commit to branch master
in repository DHG_packages.

commit 5796378559e63f37b84111ba934a67939c65d1a4
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Sun Jan 10 00:11:01 2016 +0300

    hledger: new upstream release (0.27)
---
 p/haskell-hledger/debian/changelog                 |  6 ++++
 p/haskell-hledger/debian/patches/no-mtl-compat     | 32 ----------------------
 .../debian/patches/no-mtl-compat.patch             | 26 ++++++++++++++++++
 p/haskell-hledger/debian/patches/series            |  2 +-
 4 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index 251c153..b639502 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger (0.27-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sun, 10 Jan 2016 00:09:41 +0300
+
 haskell-hledger (0.26-2) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-hledger/debian/patches/no-mtl-compat b/p/haskell-hledger/debian/patches/no-mtl-compat
deleted file mode 100644
index 4cdd992..0000000
--- a/p/haskell-hledger/debian/patches/no-mtl-compat
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/hledger.cabal
-+++ b/hledger.cabal
-@@ -82,8 +82,7 @@
-                  ,filepath
-                  ,haskeline >= 0.6 && <= 0.8
-                  ,HUnit
--                 ,mtl
--                 ,mtl-compat
-+                 ,mtl >= 2.2.1
-                  ,old-time
-                  ,parsec >= 3
-                  ,process
-@@ -137,8 +136,7 @@
-                  ,filepath
-                  ,haskeline >= 0.6 && <= 0.8
-                  ,HUnit
--                 ,mtl
--                 ,mtl-compat
-+                 ,mtl >= 2.2.1
-                  ,old-time
-                  ,parsec >= 3
-                  ,process
-@@ -184,8 +182,7 @@
-                , filepath
-                , haskeline
-                , HUnit
--               , mtl
--               , mtl-compat
-+               , mtl >= 2.2.1
-                , old-time
-                , parsec >= 3
-                , process
diff --git a/p/haskell-hledger/debian/patches/no-mtl-compat.patch b/p/haskell-hledger/debian/patches/no-mtl-compat.patch
new file mode 100644
index 0000000..498c16b
--- /dev/null
+++ b/p/haskell-hledger/debian/patches/no-mtl-compat.patch
@@ -0,0 +1,26 @@
+--- a/hledger.cabal
++++ b/hledger.cabal
+@@ -69,7 +69,6 @@ library
+     , haskeline >= 0.6 && <= 0.8
+     , HUnit
+     , mtl
+-    , mtl-compat
+     , old-time
+     , parsec >= 3
+     , process
+@@ -143,7 +142,6 @@ executable hledger
+     , haskeline >= 0.6 && <= 0.8
+     , HUnit
+     , mtl
+-    , mtl-compat
+     , old-time
+     , parsec >= 3
+     , process
+@@ -196,7 +194,6 @@ test-suite test
+     , haskeline >= 0.6 && <= 0.8
+     , HUnit
+     , mtl
+-    , mtl-compat
+     , old-time
+     , parsec >= 3
+     , process
diff --git a/p/haskell-hledger/debian/patches/series b/p/haskell-hledger/debian/patches/series
index cc4c0b8..c31729d 100644
--- a/p/haskell-hledger/debian/patches/series
+++ b/p/haskell-hledger/debian/patches/series
@@ -1 +1 @@
-no-mtl-compat
+no-mtl-compat.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list