summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-th-orphans/README
diff options
context:
space:
mode:
author David Spencer2018-10-26 14:50:10 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:52 +0100
commit54f711361638463d7af16c394eaa531100974b7f (patch)
tree25cadb199f433fc95200a465923bbcb9b4eba39c /haskell/haskell-th-orphans/README
parentf78e0fb74705e80c35f2311420d89b9d0e391d2b (diff)
downloadslackbuilds-54f711361638463d7af16c394eaa531100974b7f.tar.gz
haskell/haskell-th-orphans: Added (TH datatype orphan instances).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-th-orphans/README')
-rw-r--r--haskell/haskell-th-orphans/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-th-orphans/README b/haskell/haskell-th-orphans/README
new file mode 100644
index 0000000000..7e46a70d3f
--- /dev/null
+++ b/haskell/haskell-th-orphans/README
@@ -0,0 +1,6 @@
+Orphan instances for TH datatypes. In particular, instances for Ord
+and Lift, as well as a few missing Show / Eq. These instances used to
+live in haskell-src-meta, and that's where the version number started.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache