[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/151: gnu: Add ghc-nats.
From: |
Paul |
Subject: |
69/151: gnu: Add ghc-nats. |
Date: |
Tue, 20 Oct 2015 15:30:45 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 059e98a6bc7ba5201f1114b66076a2e0b6579464
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:27:33 2015 +0200
gnu: Add ghc-nats.
* gnu/packages/haskell.scm (ghc-nats): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8aa2975..a26c7cf 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2445,6 +2445,29 @@ or timeout period. This package provides alternative
functions which use the
unbounded @code{Integer} type.")
(license bsd-3)))
+(define-public ghc-nats
+ (package
+ (name "ghc-nats")
+ (version "1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/nats/nats-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0r6s8l4s0yq3x2crrkv0b8zac13magfasr9v8hnq6rn1icsfhic0"))))
+ (build-system haskell-build-system)
+ (arguments `(#:haddock? #f))
+ (inputs
+ `(("ghc-hashable" ,ghc-hashable)))
+ (home-page "https://hackage.haskell.org/package/nats")
+ (synopsis "Natural numbers")
+ (description "This library provides the natural numbers for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-doctest
(package
(name "ghc-doctest")
- 63/151: gnu: Add ghc-unbounded-delays., (continued)
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/20
- 66/151: gnu: Add ghc-unix-compat., Paul, 2015/10/20
- 59/151: gnu: Add ghc-blaze-html., Paul, 2015/10/20
- 64/151: gnu: Add ghc-iproute., Paul, 2015/10/20
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/20
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/20
- 68/151: gnu: Add ghc-http-types., Paul, 2015/10/20
- 65/151: gnu: Add ghc-unix-time., Paul, 2015/10/20
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/20
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/20
- 69/151: gnu: Add ghc-nats.,
Paul <=
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/20
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/20
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/20
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/20
- 81/151: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/20
- 78/151: gnu: Add ghc-fast-logger., Paul, 2015/10/20
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/20
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/20
- 82/151: gnu: Add ghc-tasty., Paul, 2015/10/20
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/20