summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-th-lift-instances/README
diff options
context:
space:
mode:
author David Spencer2018-10-27 13:09:08 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:52 +0100
commit5519eb9b8d757d5a86aeb9be417c0a576b19d11a (patch)
tree712a4aa9baaec854bd48b39a1b052b5fe1aa12b3 /haskell/haskell-th-lift-instances/README
parentd920a47cb9495ec82dad5d2952adbdaa6f1c9c3b (diff)
downloadslackbuilds-5519eb9b8d757d5a86aeb9be417c0a576b19d11a.tar.gz
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 0000000000..3d9952840b
--- /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