summaryrefslogtreecommitdiff
path: root/p/haskell-adjunctions
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-05-28 13:31:30 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-05-28 13:37:06 +0200
commit51994da1af9a7ee77f2d5da2644a48316df65d14 (patch)
treee7a986942422171eb7f669deea36074980f569da /p/haskell-adjunctions
parentfbacb401997815c1289138956a31b8ca1a7cf743 (diff)
downloadDHG_packages-51994da1af9a7ee77f2d5da2644a48316df65d14.tar.gz
adjunctions: Upgrading from 4.2.2 to 4.3
Diffstat (limited to 'p/haskell-adjunctions')
-rw-r--r--p/haskell-adjunctions/debian/changelog8
-rw-r--r--p/haskell-adjunctions/debian/control6
2 files changed, 11 insertions, 3 deletions
diff --git a/p/haskell-adjunctions/debian/changelog b/p/haskell-adjunctions/debian/changelog
index b7d231dff..2ff7451ba 100644
--- a/p/haskell-adjunctions/debian/changelog
+++ b/p/haskell-adjunctions/debian/changelog
@@ -1,9 +1,13 @@
-haskell-adjunctions (4.2.2-2) UNRELEASED; urgency=medium
+haskell-adjunctions (4.3-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:44 +0300
+ [ Joachim Breitner ]
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 28 May 2016 13:31:30 +0200
haskell-adjunctions (4.2.2-1) unstable; urgency=medium
diff --git a/p/haskell-adjunctions/debian/control b/p/haskell-adjunctions/debian/control
index 700c38cc6..efd0c3f23 100644
--- a/p/haskell-adjunctions/debian/control
+++ b/p/haskell-adjunctions/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-comonad-dev (>= 4),
- libghc-comonad-dev (<< 5),
+ libghc-comonad-dev (<< 6),
libghc-comonad-prof,
libghc-contravariant-dev (>= 1),
libghc-contravariant-dev (<< 2),
@@ -35,6 +35,9 @@ Build-Depends: debhelper (>= 9),
libghc-tagged-dev (>= 0.7),
libghc-tagged-dev (<< 1),
libghc-tagged-prof,
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-prof,
libghc-void-dev (>= 0.5.5.1),
libghc-void-dev (<< 1),
libghc-void-prof,
@@ -48,6 +51,7 @@ Build-Depends-Indep: ghc-doc,
libghc-semigroupoids-doc,
libghc-semigroups-doc,
libghc-tagged-doc,
+ libghc-transformers-compat-doc,
libghc-void-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/adjunctions/