summaryrefslogtreecommitdiff
path: root/p/haskell-glob/debian/control
diff options
context:
space:
mode:
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.