diff options
Diffstat (limited to 'haskell/haskell-void/README')
-rw-r--r-- | haskell/haskell-void/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-void/README b/haskell/haskell-void/README new file mode 100644 index 0000000000..aeda61bd09 --- /dev/null +++ b/haskell/haskell-void/README @@ -0,0 +1,5 @@ +A Haskell 98 logically uninhabited data type, used to indicate that +a given term should not exist. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |