[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/151: gnu: Add ghc-void.
From: |
Paul |
Subject: |
71/151: gnu: Add ghc-void. |
Date: |
Mon, 19 Oct 2015 08:58:03 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ee4cc12b4df5c86987a10fe4e338a9230e4dff1c
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:31:10 2015 +0200
gnu: Add ghc-void.
* gnu/packages/haskell.scm (ghc-void): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8270172..49bc164 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2504,6 +2504,33 @@ provides alternatives which use the unbounded Integer
type.")
"Natural numbers for Haskell.")
(license bsd-3)))
+(define-public ghc-void
+ (package
+ (name "ghc-void")
+ (version "0.7.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/void/void-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1x15x2axz84ndw2bf60vjqljhrb0w95lddaljsxrl0hcd29zvw69"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-semigroups" ,ghc-semigroups)))
+ (inputs
+ `(("ghc-hashable" ,ghc-hashable)))
+ (home-page "http://github.com/ekmett/void")
+ (synopsis
+ "Logically uninhabited data type")
+ (description
+ "A Haskell 98 logically uninhabited data type, used to indicate that a
+given term should not exist.")
+ (license bsd-3)))
+
(define-public ghc-semigroups
(package
(name "ghc-semigroups")
- 59/151: gnu: Add ghc-blaze-html., (continued)
- 59/151: gnu: Add ghc-blaze-html., Paul, 2015/10/19
- 61/151: gnu: Add ghc-auto-update., Paul, 2015/10/19
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/19
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/19
- 64/151: gnu: Add ghc-iproute., Paul, 2015/10/19
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/19
- 66/151: gnu: Add ghc-unix-compat., Paul, 2015/10/19
- 65/151: gnu: Add ghc-unix-time., Paul, 2015/10/19
- 69/151: gnu: Add ghc-nats., Paul, 2015/10/19
- 68/151: gnu: Add ghc-http-types., Paul, 2015/10/19
- 71/151: gnu: Add ghc-void.,
Paul <=
- 72/151: gnu: Add ghc-bifunctors., Paul, 2015/10/19
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/19
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/19
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/19
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/19
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/19
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/19
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/19
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/19
- 81/151: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/19