diff options
Diffstat (limited to 'haskell/haskell-extra/README')
-rw-r--r-- | haskell/haskell-extra/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-extra/README b/haskell/haskell-extra/README new file mode 100644 index 0000000000..89b5f281bf --- /dev/null +++ b/haskell/haskell-extra/README @@ -0,0 +1,7 @@ +A library of extra functions for the standard Haskell libraries. Most +functions are simple additions, filling out missing functionality. A +few functions are available in later versions of GHC, but this package +makes them available back to GHC 7.2. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |