aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-th-lift-instances/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2018-10-27 12:09:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:47:52 +0700
commit5519eb9b8d757d5a86aeb9be417c0a576b19d11a (patch)
tree712a4aa9baaec854bd48b39a1b052b5fe1aa12b3 /haskell/haskell-th-lift-instances/README
parentd920a47cb9495ec82dad5d2952adbdaa6f1c9c3b (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/README6
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