diff options
Diffstat (limited to 'haskell/haskell-annotated-wl-pprint/README')
-rw-r--r-- | haskell/haskell-annotated-wl-pprint/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-annotated-wl-pprint/README b/haskell/haskell-annotated-wl-pprint/README new file mode 100644 index 000000000000..e91255bad41f --- /dev/null +++ b/haskell/haskell-annotated-wl-pprint/README @@ -0,0 +1,7 @@ +This is a modified version of wl-pprint, which was based on Wadler's +paper "A Prettier Printer". See the haddocks for full info. This +version allows the library user to annotate the text with semantic +information, which can later be rendered in a variety of ways. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |