summaryrefslogtreecommitdiff
path: root/p/haskell-glob/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-12 18:53:42 -0400
committerClint Adams <clint@debian.org>2016-10-12 18:53:42 -0400
commit160c84c1046cc804e786663ae34b12a0b108e567 (patch)
treebf2ddb453cd2eb41edb735828a34ac87c04d72af /p/haskell-glob/debian/control
parente7d091a0222b0dbc897436def874f092d4874f47 (diff)
parent82ce455936337280b4fddaf8fbc7bed0d015167d (diff)
downloadDHG_packages-160c84c1046cc804e786663ae34b12a0b108e567.tar.gz
Merge branch 'master' into experimental
what a mess
Diffstat (limited to 'p/haskell-glob/debian/control')
-rw-r--r--p/haskell-glob/debian/control14
1 files changed, 11 insertions, 3 deletions
diff --git a/p/haskell-glob/debian/control b/p/haskell-glob/debian/control
index f5abbc6be..8eff607cd 100644
--- a/p/haskell-glob/debian/control
+++ b/p/haskell-glob/debian/control
@@ -9,15 +9,23 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-dlist-dev (>= 0.4),
- libghc-dlist-dev (<< 0.8),
+ libghc-dlist-dev (<< 0.9),
libghc-dlist-prof,
+ libghc-semigroups-dev (>= 0.18),
+ libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-prof,
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-prof,
Build-Depends-Indep: ghc-doc,
libghc-dlist-doc,
+ libghc-semigroups-doc,
+ libghc-transformers-compat-doc,
Standards-Version: 3.9.8
Homepage: http://iki.fi/matti.niemenmaa/glob/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: A library for globbing: matching patterns against file paths.
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: library matching glob patterns against file paths
This package contians a haskell library for globbing: matching patterns
against file paths.