diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:35:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:58 +0700 |
commit | 15587a11f89e9e12195f9fac531e2373f6d9e128 (patch) | |
tree | ec482bbc82b999f4226278971092612978eafb3f /haskell/haskell-nats/README | |
parent | 846306ff752426e974fa18cfddf7a28aa075def6 (diff) | |
download | slackbuilds-15587a11f89e9e12195f9fac531e2373f6d9e128.tar.gz |
haskell/haskell-nats: Added (natural numbers).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-nats/README')
-rw-r--r-- | haskell/haskell-nats/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-nats/README b/haskell/haskell-nats/README new file mode 100644 index 0000000000..ced74be167 --- /dev/null +++ b/haskell/haskell-nats/README @@ -0,0 +1,5 @@ +Natural numbers: Type representing arbitrary-precision non-negative +integers. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |