diff options
Diffstat (limited to 'haskell/haskell-microlens-th/README')
-rw-r--r-- | haskell/haskell-microlens-th/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-microlens-th/README b/haskell/haskell-microlens-th/README new file mode 100644 index 0000000000..aa053027a4 --- /dev/null +++ b/haskell/haskell-microlens-th/README @@ -0,0 +1,8 @@ +This package lets you automatically generate lenses for data types; +code was extracted from the lens package, and therefore generated +lenses are fully compatible with ones generated by lens (and can be +used both from lens and microlens). This package is a part of the +microlens family. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |