summaryrefslogtreecommitdiff
path: root/p/haskell-filestore/debian
diff options
context:
space:
mode:
authormascellani <mascellani@poisson.phc.unipi.it>2010-01-25 01:53:08 +0300
committermascellani <mascellani@poisson.phc.unipi.it>2010-01-25 01:53:08 +0300
commit8f5f5482e105b23f1721c365eade8208af9b4477 (patch)
tree7cf92974330f6e0704f57660a8d6df4c6d15cfe9 /p/haskell-filestore/debian
parent64795be006c4c01286985eb3bc5785d1cf846b55 (diff)
downloadDHG_packages-8f5f5482e105b23f1721c365eade8208af9b4477.tar.gz
haskell-filestore: Dependencies fixed
Diffstat (limited to 'p/haskell-filestore/debian')
-rw-r--r--p/haskell-filestore/debian/control28
1 files changed, 26 insertions, 2 deletions
diff --git a/p/haskell-filestore/debian/control b/p/haskell-filestore/debian/control
index f8df6c402..5c7288ff7 100644
--- a/p/haskell-filestore/debian/control
+++ b/p/haskell-filestore/debian/control
@@ -11,7 +11,31 @@ Build-Depends:
ghc6-prof,
ghc6-doc,
haddock,
- hscolour
+ hscolour,
+ libghc6-utf8-string-dev,
+ libghc6-utf8-string-prof,
+ libghc6-utf8-string-doc,
+ libghc6-datetime-dev,
+ libghc6-datetime-prof,
+ libghc6-datetime-doc,
+ libghc6-parsec2-dev,
+ libghc6-parsec2-prof,
+ libghc6-parsec2-doc,
+ libghc6-time-dev,
+ libghc6-time-prof,
+ libghc6-time-doc,
+ libghc6-regex-posix-dev,
+ libghc6-regex-posix-prof,
+ haskell-regex-posix-doc,
+ libghc6-xml-dev,
+ libghc6-xml-prof,
+ libghc6-xml-doc,
+ libghc6-split-dev,
+ libghc6-split-prof,
+ libghc6-split-doc,
+ libghc6-diff-dev,
+ libghc6-diff-prof,
+ libghc6-diff-doc
Standards-Version: 3.8.3
Homepage: http://hackage.haskell.org/package/filestore
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-filestore
@@ -26,7 +50,7 @@ Depends:
Suggests: ${haskell:Suggests}
Recommends:
${haskell:Recommends},
- git-core | darcs | mercurial
+ git-core | darcs (>= 2.3.0) | mercurial
Description: Haskell interface for versioning file stores - GHC 6 libraries
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,