diff options
Diffstat (limited to 'haskell/haskell-text/README')
-rw-r--r-- | haskell/haskell-text/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-text/README b/haskell/haskell-text/README new file mode 100644 index 0000000000..2d3b2ea8de --- /dev/null +++ b/haskell/haskell-text/README @@ -0,0 +1,7 @@ +An efficient packed, immutable Unicode text type for Haskell +programs. + +This requires ghc and haskell-deepseq. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |