diff options
Diffstat (limited to 'haskell/haskell-data-default-instances-base/README')
-rw-r--r-- | haskell/haskell-data-default-instances-base/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-data-default-instances-base/README b/haskell/haskell-data-default-instances-base/README new file mode 100644 index 0000000000000..c0265a2dc22fd --- /dev/null +++ b/haskell/haskell-data-default-instances-base/README @@ -0,0 +1,8 @@ +This Haskell module defines Default instances for the types Int, +Int8, Int16, Int32, Int64, Word, Word8, Word16, Word32, Word64, +Integer, Float, Double, Ratio, Complex, '(->)', IO, Maybe, '()', +'[]', Ordering, Any, All, Last, First, Sum, Product, Endo, Dual, +and tuples. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |