diff options
Diffstat (limited to 'haskell/haskell-pretty-show/README')
-rw-r--r-- | haskell/haskell-pretty-show/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-pretty-show/README b/haskell/haskell-pretty-show/README new file mode 100644 index 0000000000000..10bb7f9c07d32 --- /dev/null +++ b/haskell/haskell-pretty-show/README @@ -0,0 +1,6 @@ +We provide a library and an executable for working with derived Show +instances. By using the library, we can parse derived Show instances +into a generic data structure. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |