diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-03-05 17:11:25 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 17:11:25 -0300 |
commit | 9e77fcce5df3f4ad0bd88f83d0c73cbbf4ec9907 (patch) | |
tree | 0a437a81985a44cc94bc8ef616a4a27f1ce528cb /development/darcs/README | |
parent | 549378e50fd40e8d9002d360385f981b9d76870d (diff) |
development/darcs: Added (revision control system in Haskell)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/darcs/README')
-rw-r--r-- | development/darcs/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/development/darcs/README b/development/darcs/README new file mode 100644 index 000000000000..b287017f39d5 --- /dev/null +++ b/development/darcs/README @@ -0,0 +1,18 @@ +Darcs is a free, open source revision control system written in +Haskell. + +This requires ghc, haskell-transformers, haskell-syb, haskell-binary, +haskell-dataenc, haskell-mmap, haskell-zlib, haskell-terminfo, +haskell-utf8-string, haskell-html, haskell-tar, haskell-deepseq, +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, +haskell-test-framework-hunit, and haskell-test-framework-quickcheck2 +are required. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |