summaryrefslogtreecommitdiff
path: root/p/haskell-hashable-extras/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-05-24 22:40:06 -0400
committerClint Adams <clint@debian.org>2016-05-24 22:41:09 -0400
commit15442141ac8e1171f077ba591db9e40df15d5926 (patch)
tree883397f680f7b0976ff269c23fe0566ca5ad075c /p/haskell-hashable-extras/debian/control
parentcfb9678bd85a0d02aef221f89f62151a7cd96892 (diff)
downloadDHG_packages-15442141ac8e1171f077ba591db9e40df15d5926.tar.gz
hashable-extras: Upgrading from 0.2.2 to 0.2.3
Diffstat (limited to 'p/haskell-hashable-extras/debian/control')
-rw-r--r--p/haskell-hashable-extras/debian/control37
1 files changed, 21 insertions, 16 deletions
diff --git a/p/haskell-hashable-extras/debian/control b/p/haskell-hashable-extras/debian/control
index 59b4590b9..605b76cbe 100644
--- a/p/haskell-hashable-extras/debian/control
+++ b/p/haskell-hashable-extras/debian/control
@@ -3,25 +3,30 @@ Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.10)
- , ghc
- , ghc-prof
- , libghc-bifunctors-dev (>= 4)
- , libghc-bifunctors-dev (<< 6)
- , libghc-bifunctors-prof
- , libghc-hashable-dev (>= 1.1.2.3)
- , libghc-hashable-dev (<< 1.3)
- , libghc-hashable-prof
- , libghc-doctest-dev (>= 0.9.1)
-Build-Depends-Indep: ghc-doc
- , libghc-bifunctors-doc
- , libghc-hashable-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-bifunctors-dev (>= 4),
+ libghc-bifunctors-dev (<< 6),
+ libghc-bifunctors-prof,
+ libghc-hashable-dev (>= 1.1.2.3),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-prof,
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-prof,
+ libghc-doctest-dev (>= 0.9.1),
+Build-Depends-Indep: ghc-doc,
+ libghc-bifunctors-doc,
+ libghc-hashable-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/hashable-extras
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hashable-extras
X-Description: higher-rank Hashable
This package provides higher rank analogues to the Hashable data type.
.