diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:59:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:40 +0700 |
commit | 5db8b36c89c99fd6226d6e844184beb1d6154442 (patch) | |
tree | fc5b4dee7f56e7ae445ec64e9354f04846448b17 /haskell/haskell-profunctors/README | |
parent | c8e6de258dfbdefaa73b2f75b8866c8b1f624f27 (diff) |
haskell/haskell-profunctors: Added (Profunctors).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-profunctors/README')
-rw-r--r-- | haskell/haskell-profunctors/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-profunctors/README b/haskell/haskell-profunctors/README new file mode 100644 index 0000000000000..e6d677f936177 --- /dev/null +++ b/haskell/haskell-profunctors/README @@ -0,0 +1,4 @@ +Profunctors for Haskell. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |