summaryrefslogtreecommitdiff
path: root/p/haskell-github
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-06-01 10:49:52 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-06-01 10:49:52 +0200
commitfdb76f0c4349fb5f4105a843e7699070e170e6cc (patch)
tree66f91a3cb2d161fbd766960237e36e62fb3ceafa /p/haskell-github
parentc410d7132aac8bcbfba565e4ee3a04e038d88343 (diff)
downloadDHG_packages-fdb76f0c4349fb5f4105a843e7699070e170e6cc.tar.gz
github: Bump aeson dep
Diffstat (limited to 'p/haskell-github')
-rw-r--r--p/haskell-github/debian/changelog4
-rw-r--r--p/haskell-github/debian/control2
-rw-r--r--p/haskell-github/debian/patches/new-metadata-from-hackage13
-rw-r--r--p/haskell-github/debian/patches/series1
4 files changed, 19 insertions, 1 deletions
diff --git a/p/haskell-github/debian/changelog b/p/haskell-github/debian/changelog
index 18d925ce3..91a7f9ed6 100644
--- a/p/haskell-github/debian/changelog
+++ b/p/haskell-github/debian/changelog
@@ -1,8 +1,12 @@
haskell-github (0.14.1-2) UNRELEASED; urgency=medium
+ [ Dmitry Bogatov ]
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
+ [ Joachim Breitner ]
+ * Bump aeson dep
+
-- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 10:34:08 +0300
haskell-github (0.14.1-1) unstable; urgency=medium
diff --git a/p/haskell-github/debian/control b/p/haskell-github/debian/control
index 7005fb392..1beec871d 100644
--- a/p/haskell-github/debian/control
+++ b/p/haskell-github/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 0.11),
+ libghc-aeson-dev (<< 0.12),
libghc-aeson-prof,
libghc-aeson-compat-dev (>= 0.3.0.0),
libghc-aeson-compat-dev (<< 0.4),
diff --git a/p/haskell-github/debian/patches/new-metadata-from-hackage b/p/haskell-github/debian/patches/new-metadata-from-hackage
new file mode 100644
index 000000000..848a03653
--- /dev/null
+++ b/p/haskell-github/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,13 @@
+Index: haskell-github/github.cabal
+===================================================================
+--- haskell-github.orig/github.cabal 2016-02-02 13:09:06.000000000 +0100
++++ haskell-github/github.cabal 2016-06-01 10:49:25.032434874 +0200
+@@ -99,7 +99,7 @@
+
+ -- Packages needed in order to build this package.
+ build-depends: base >= 4.7 && <4.9,
+- aeson >=0.7.0.6 && <0.11,
++ aeson >=0.7.0.6 && <0.12,
+ attoparsec >=0.11.3.4 && <0.14,
+ base-compat >=0.6.0 && <0.10,
+ base16-bytestring >=0.1.1.6 && <0.2,
diff --git a/p/haskell-github/debian/patches/series b/p/haskell-github/debian/patches/series
new file mode 100644
index 000000000..0131f75d3
--- /dev/null
+++ b/p/haskell-github/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-from-hackage