diff options
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 0000000000000..7e46a70d3f505 --- /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 |