diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 12:34:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:33 +0700 |
commit | 98f029debd43a9f301f3750b99fe8c74149d569c (patch) | |
tree | e8c2600495a48df1228240e3df2b8da431f1a7d9 /haskell/haskell-microlens/README | |
parent | d3694a6a0549b438338def8ce35db0da57a18260 (diff) |
haskell/haskell-microlens: Added (lens lib with no deps).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-microlens/README')
-rw-r--r-- | haskell/haskell-microlens/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-microlens/README b/haskell/haskell-microlens/README new file mode 100644 index 0000000000000..088b51824ceb4 --- /dev/null +++ b/haskell/haskell-microlens/README @@ -0,0 +1,6 @@ +This library is an extract from lens (with no dependencies). It's not a +toy lenses library, unsuitable for “real world”, but merely a small +one. It is compatible with lens, and should have same performance. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |