diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:06:18 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:47:42 -0500 |
commit | 76529cfe7ae9de8ec64c1f97ddba7fad5b962c2b (patch) | |
tree | c1b4ee040a85c3a59db65e210aa8e4993f1119c4 /development/darcs | |
parent | a640b0b443d322ee999723acfda388d5b236723d (diff) | |
download | slackbuilds-76529cfe7ae9de8ec64c1f97ddba7fad5b962c2b.tar.gz |
development/darcs: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/darcs')
-rw-r--r-- | development/darcs/README | 8 | ||||
-rw-r--r-- | development/darcs/darcs.info | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/development/darcs/README b/development/darcs/README index cc54a08453..aa40abec85 100644 --- a/development/darcs/README +++ b/development/darcs/README @@ -1,14 +1,6 @@ Darcs is a free, open source revision control system written in Haskell. -This requires ghc, haskell-primitive, haskell-vector, haskell-random, -haskell-transformers, haskell-syb, haskell-dataenc, haskell-mmap, -haskell-zlib, haskell-terminfo, haskell-utf8-string, haskell-html, -haskell-tar, haskell-mtl, haskell-text, haskell-parsec, -haskell-hashed-storage, haskell-haskeline, haskell-regex-base, -haskell-network, haskell-regex-posix, haskell-HTTP, and -haskell-regex-compat. - To run the test suite, additionally haskell-HUnit, haskell-ansi-terminal, haskell-hostname, haskell-xml, haskell-ansi-wl-pprint, haskell-QuickCheck, haskell-test-framework, diff --git a/development/darcs/darcs.info b/development/darcs/darcs.info index c12407b68b..3a9f4eb9c5 100644 --- a/development/darcs/darcs.info +++ b/development/darcs/darcs.info @@ -5,6 +5,6 @@ DOWNLOAD="http://hackage.haskell.org/packages/archive/darcs/2.8.1/darcs-2.8.1.ta MD5SUM="cb70989f4011c1c9826a266622e8304c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ghc haskell-HTTP haskell-HUnit haskell-QuickCheck haskell-ansi-terminal haskell-ansi-wl-pprint haskell-dataenc haskell-hashed-storage haskell-haskeline haskell-hostname haskell-html haskell-mmap haskell-mtl haskell-network haskell-parsec haskell-primitive haskell-random haskell-regex-base haskell-regex-compat haskell-regex-posix haskell-syb haskell-tar haskell-terminfo haskell-test-framework haskell-test-framework-hunit haskell-test-framework-quickcheck2 haskell-text haskell-transformers haskell-utf8-string haskell-vector haskell-xml haskell-zlib" +REQUIRES="ghc haskell-primitive haskell-vector haskell-random haskell-transformers haskell-syb haskell-dataenc haskell-mmap haskell-zlib haskell-terminfo haskell-utf8-string haskell-html haskell-tar haskell-mtl haskell-text haskel-parsec haskell-hashed-storage haskell-haskeline haskell-regex-base haskell-network haskell-regex-posix haskll-HTTP and haskell-regex-compat" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |