diff options
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 |