diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2017-04-12 10:56:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:52 +0700 |
commit | c4f45153bd306a3ad764f55ce5be1d15b65dea72 (patch) | |
tree | b91416bf72aab40a528b8043d366591f31985090 /haskell/haskell-composition/README | |
parent | 86396cf146a8ac13f25eed6411d2e9ef8b78b628 (diff) |
haskell/haskell-composition: Added (function composition library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-composition/README')
-rw-r--r-- | haskell/haskell-composition/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-composition/README b/haskell/haskell-composition/README new file mode 100644 index 000000000000..ffceb122bc3f --- /dev/null +++ b/haskell/haskell-composition/README @@ -0,0 +1,4 @@ +Combinators for unorthodox function composition. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |