diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:50:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:52 +0700 |
commit | 54f711361638463d7af16c394eaa531100974b7f (patch) | |
tree | 25cadb199f433fc95200a465923bbcb9b4eba39c /haskell/haskell-th-orphans/README | |
parent | f78e0fb74705e80c35f2311420d89b9d0e391d2b (diff) | |
download | slackbuilds-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/README | 6 |
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 |