diff options
Diffstat (limited to 'haskell/haskell-th-lift-instances/README')
-rw-r--r-- | haskell/haskell-th-lift-instances/README | 6 |
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 |