diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:46:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:04 +0700 |
commit | 8f099b574d26d08505a96baa11c0e09e6379a1f8 (patch) | |
tree | 8921df19acc2b66f21d8eac540addeceec6bd611 /haskell/haskell-strict/README | |
parent | 063355369232d2c37a45c672558b1029b95a636b (diff) |
haskell/haskell-strict: Added (strict data types and string io).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-strict/README')
-rw-r--r-- | haskell/haskell-strict/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-strict/README b/haskell/haskell-strict/README new file mode 100644 index 000000000000..1b0e43da9a8d --- /dev/null +++ b/haskell/haskell-strict/README @@ -0,0 +1,6 @@ +This package provides strict versions of some standard Haskell data +types (pairs, Maybe and Either). It also contains strict IO +operations. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |