diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:09:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:52 +0700 |
commit | 5519eb9b8d757d5a86aeb9be417c0a576b19d11a (patch) | |
tree | 712a4aa9baaec854bd48b39a1b052b5fe1aa12b3 /haskell/haskell-th-lift-instances/README | |
parent | d920a47cb9495ec82dad5d2952adbdaa6f1c9c3b (diff) |
haskell/haskell-th-lift-instances: Added (Lift instances).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-th-lift-instances/README')
-rw-r--r-- | haskell/haskell-th-lift-instances/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-th-lift-instances/README b/haskell/haskell-th-lift-instances/README new file mode 100644 index 0000000000000..3d9952840b12f --- /dev/null +++ b/haskell/haskell-th-lift-instances/README @@ -0,0 +1,6 @@ +Most data types in haskell platform do not have Lift instances. This +package provides orphan instances for containers, text, bytestring +and vector. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |