[DHG_packages] 109/128: hledger: Upgrading from 0.24.1 to 0.26

Joachim Breitner nomeata at moszumanska.debian.org
Sat Aug 15 12:46:28 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 1e310bc2df3d287566b2a18622a90add0833fec2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 14:25:23 2015 +0200

    hledger: Upgrading from 0.24.1 to 0.26
---
 p/haskell-hledger/debian/changelog                 |  7 ++-
 p/haskell-hledger/debian/control                   | 16 +++++--
 .../debian/patches/no-shakespeare-text             | 55 ----------------------
 p/haskell-hledger/debian/patches/series            |  1 -
 4 files changed, 16 insertions(+), 63 deletions(-)

diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index 6efe841..156bb19 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,4 +1,4 @@
-haskell-hledger (0.24.1-2) UNRELEASED; urgency=medium
+haskell-hledger (0.26-1) unstable; urgency=medium
 
   [ Helmut Grohne ]
   * Mark hledger as Multi-Arch:foreign.
@@ -6,7 +6,10 @@ haskell-hledger (0.24.1-2) UNRELEASED; urgency=medium
   [ Clint Adams ]
   * Tweak RTS lib path in threading test.
 
- -- Clint Adams <clint at debian.org>  Wed, 12 Aug 2015 14:50:13 +0200
+  [ Joachim Breitner ]
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 14:25:23 +0200
 
 haskell-hledger (0.24.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-hledger/debian/control b/p/haskell-hledger/debian/control
index 51a65ca..c632cb7 100644
--- a/p/haskell-hledger/debian/control
+++ b/p/haskell-hledger/debian/control
@@ -11,24 +11,26 @@ Build-Depends: debhelper (>= 9),
  ghc-ghci,
  libghc-hunit-dev,
  libghc-hunit-prof,
+ libghc-base-compat-dev (>= 0.8.1),
+ libghc-base-compat-prof,
  libghc-cmdargs-dev (>= 0.10),
  libghc-cmdargs-dev (<< 0.11),
  libghc-cmdargs-prof,
  libghc-csv-dev,
  libghc-csv-prof,
- libghc-hledger-lib-dev (>= 0.24.1),
- libghc-hledger-lib-dev (<< 0.24.2),
+ libghc-hledger-lib-dev (>= 0.26),
+ libghc-hledger-lib-dev (<< 0.27),
  libghc-hledger-lib-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
+ libghc-mtl-compat-dev,
+ libghc-mtl-compat-prof,
  libghc-parsec3-dev (>= 3),
  libghc-parsec3-prof,
  libghc-pretty-show-dev (>= 1.6.4),
  libghc-pretty-show-prof,
  libghc-regex-tdfa-dev,
  libghc-regex-tdfa-prof,
- libghc-regexpr-dev (>= 0.5.1),
- libghc-regexpr-prof,
  libghc-safe-dev (>= 0.2),
  libghc-safe-prof,
  libghc-shakespeare-dev (>= 2.0),
@@ -42,6 +44,8 @@ Build-Depends: debhelper (>= 9),
  libghc-tabular-prof,
  libghc-text-dev (>= 0.11),
  libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
  libghc-utf8-string-dev (>= 0.3.5),
  libghc-utf8-string-dev (<< 1.1),
  libghc-utf8-string-prof,
@@ -50,19 +54,21 @@ Build-Depends: debhelper (>= 9),
  libghc-wizards-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-hunit-doc,
+ libghc-base-compat-doc,
  libghc-cmdargs-doc,
  libghc-csv-doc,
  libghc-hledger-lib-doc,
  libghc-mtl-doc,
+ libghc-mtl-compat-doc,
  libghc-parsec3-doc,
  libghc-pretty-show-doc,
  libghc-regex-tdfa-doc,
- libghc-regexpr-doc,
  libghc-safe-doc,
  libghc-shakespeare-doc,
  libghc-split-doc,
  libghc-tabular-doc,
  libghc-text-doc,
+ libghc-unordered-containers-doc,
  libghc-utf8-string-doc,
  libghc-wizards-doc,
 Standards-Version: 3.9.6
diff --git a/p/haskell-hledger/debian/patches/no-shakespeare-text b/p/haskell-hledger/debian/patches/no-shakespeare-text
deleted file mode 100644
index f958a9b..0000000
--- a/p/haskell-hledger/debian/patches/no-shakespeare-text
+++ /dev/null
@@ -1,55 +0,0 @@
---- a/hledger.cabal
-+++ b/hledger.cabal
-@@ -23,7 +23,7 @@ build-type:     Simple
- -- data-dir:       data
- -- data-files:
- extra-tmp-files:
--extra-source-files: 
-+extra-source-files:
-                     tests/suite.hs
-                     CHANGES
- 
-@@ -92,8 +92,7 @@ library
- -- and shakespeare. When you're ready to drop backwards compatibility,
- -- simply put a lower bound of >= 2.0 on shakespeare and remove the
- -- deprecated packages.
--                 ,shakespeare-text >= 1.0 && < 1.2
--                 ,shakespeare      >= 1.0 && < 2.1
-+                 ,shakespeare      >= 2.0 && < 2.1
-                  ,split >= 0.1 && < 0.3
-                  ,text >= 0.11
-                  ,tabular >= 0.2 && < 0.3
-@@ -134,8 +133,7 @@ executable hledger
-                  ,regex-tdfa
-                  ,regexpr >= 0.5.1
-                  ,safe >= 0.2
--                 ,shakespeare-text >= 1.0 && < 1.2
--                 ,shakespeare      >= 1.0 && < 2.1
-+                 ,shakespeare      >= 2.0 && < 2.1
-                  ,split >= 0.1 && < 0.3
-                  ,tabular >= 0.2 && < 0.3
-                  ,text >= 0.11
-@@ -173,8 +171,7 @@ test-suite tests
-                , regex-tdfa
-                , regexpr
-                , safe
--               , shakespeare-text >= 1.0 && < 1.2
--               , shakespeare      >= 1.0 && < 2.1
-+               , shakespeare      >= 2.0 && < 2.1
-                , split
-                ,tabular >= 0.2 && < 0.3
-                , test-framework
-@@ -190,7 +187,7 @@ test-suite tests
- -- not a standard cabal bench test, I think
- benchmark bench
-   type:             exitcode-stdio-1.0
--  -- hs-source-dirs:   
-+  -- hs-source-dirs:
-   main-is:          ../tools/simplebench.hs
-   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
-   ghc-options: -fno-warn-type-defaults -fno-warn-orphans
-@@ -205,4 +202,3 @@ benchmark bench
-                     process,
-                     filepath,
-                     directory
--  
diff --git a/p/haskell-hledger/debian/patches/series b/p/haskell-hledger/debian/patches/series
deleted file mode 100644
index d69449a..0000000
--- a/p/haskell-hledger/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-shakespeare-text

-- 
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