diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-11 00:00:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:53 +0700 |
commit | 5a6bc12237aecb45fa052fcf19bf854d7abed2dd (patch) | |
tree | eb1b6a86ef1c7241d02fcb87e29a97c0a7d36295 /haskell/haskell-data-default-instances-base/README | |
parent | 717b94ffeb493d01ea5851ee0db70f4eaddc244a (diff) |
haskell/haskell-data-default-instances-base: Added (default basic instances).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |