diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:36:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:59 +0700 |
commit | 653e870e10a8fdf2fcf8ae449ce7a4fef1f6846f (patch) | |
tree | 307103e7f3438b0442c587fc9de278e2160a9060 /haskell/haskell-void/README | |
parent | 20a1e141d21f0a891462f89f1c015bdbcc9a79ef (diff) | |
download | slackbuilds-653e870e10a8fdf2fcf8ae449ce7a4fef1f6846f.tar.gz |
haskell/haskell-void: Added (a haskell 98 logically uninhabited data type).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |