[DHG_packages] 01/01: hledger-ui: patch for newer megaparsec and text-zipper. closes: #867834.
Clint Adams
clint at moszumanska.debian.org
Sun Jul 9 20:10:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit f6bd23be7dfb78ae3f057b25dfdc01bc4f51667f
Author: Clint Adams <clint at debian.org>
Date: Sun Jul 9 16:09:37 2017 -0400
hledger-ui: patch for newer megaparsec and text-zipper. closes: #867834.
---
p/haskell-hledger-ui/debian/changelog | 6 ++++++
p/haskell-hledger-ui/debian/control | 6 +++---
.../debian/patches/new-metadata-from-hackage | 18 ++++++++++++++++++
p/haskell-hledger-ui/debian/patches/series | 1 +
4 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/p/haskell-hledger-ui/debian/changelog b/p/haskell-hledger-ui/debian/changelog
index 2e7c158..056e05a 100644
--- a/p/haskell-hledger-ui/debian/changelog
+++ b/p/haskell-hledger-ui/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger-ui (1.1.2-2) unstable; urgency=medium
+
+ * Patch for newer megaparsec and text-zipper. closes: #867834.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Jul 2017 16:09:02 -0400
+
haskell-hledger-ui (1.1.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-hledger-ui/debian/control b/p/haskell-hledger-ui/debian/control
index 278c464..4618289 100644
--- a/p/haskell-hledger-ui/debian/control
+++ b/p/haskell-hledger-ui/debian/control
@@ -26,7 +26,7 @@ Build-Depends:
libghc-hledger-lib-dev (>= 1.1),
libghc-hledger-lib-dev (<< 1.2),
libghc-megaparsec-dev (>= 5.0),
- libghc-megaparsec-dev (<< 5.2),
+ libghc-megaparsec-dev (<< 5.3),
libghc-microlens-dev (>= 0.4),
libghc-microlens-dev (<< 0.5),
libghc-microlens-platform-dev (>= 0.2.3.1),
@@ -38,11 +38,11 @@ Build-Depends:
libghc-text-dev (>= 1.2),
libghc-text-dev (<< 1.3),
libghc-text-zipper-dev (>= 0.4),
- libghc-text-zipper-dev (<< 0.10),
+ libghc-text-zipper-dev (<< 0.11),
libghc-vector-dev,
libghc-vty-dev (>= 5.5),
libghc-vty-dev (<< 5.16),
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: http://hledger.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hledger-ui
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage b/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..7e55787
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,18 @@
+--- a/hledger-ui.cabal
++++ b/hledger-ui.cabal
+@@ -72,13 +72,13 @@
+ , HUnit
+ , microlens >= 0.4 && < 0.5
+ , microlens-platform >= 0.2.3.1 && < 0.4
+- , megaparsec >=5.0 && < 5.2
++ , megaparsec >=5.0 && < 5.3
+ , pretty-show >=1.6.4
+ , process >= 1.2
+ , safe >= 0.2
+ , split >= 0.1 && < 0.3
+ , text >= 1.2 && < 1.3
+- , text-zipper >= 0.4 && < 0.10
++ , text-zipper >= 0.4 && < 0.11
+ , transformers
+ , vector
+ if os(windows)
diff --git a/p/haskell-hledger-ui/debian/patches/series b/p/haskell-hledger-ui/debian/patches/series
new file mode 100644
index 0000000..0131f75
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-from-hackage
--
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