diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:40:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:21 +0700 |
commit | 6cca453d1a53f2705fcd11e64fcc5467a030214c (patch) | |
tree | f43788ac6578085241aeb8ece73472798d4c0ecd /haskell/haskell-extra/README | |
parent | 2aeeeb36fb9f149e03a989f2c98f72e445b15717 (diff) | |
download | slackbuilds-6cca453d1a53f2705fcd11e64fcc5467a030214c.tar.gz |
haskell/haskell-extra: Added (extra funcs for standard libraries).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-extra/README')
-rw-r--r-- | haskell/haskell-extra/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-extra/README b/haskell/haskell-extra/README new file mode 100644 index 0000000000..89b5f281bf --- /dev/null +++ b/haskell/haskell-extra/README @@ -0,0 +1,7 @@ +A library of extra functions for the standard Haskell libraries. Most +functions are simple additions, filling out missing functionality. A +few functions are available in later versions of GHC, but this package +makes them available back to GHC 7.2. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |