[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/154: gnu: Add ghc-byteorder.
From: |
Paul |
Subject: |
54/154: gnu: Add ghc-byteorder. |
Date: |
Thu, 22 Oct 2015 17:23:26 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 4aaea1d19e827a1ca13f13bbe8addca086a6f44f
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:18:48 2015 +0200
gnu: Add ghc-byteorder.
* gnu/packages/haskell.scm (ghc-byteorder): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 717eef0..7c07ff2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1928,6 +1928,30 @@ a subset of @code{MonadBase} into which generic control
operations such as
@code{catch} can be lifted from @code{IO} or any other base monad.")
(license bsd-3)))
+(define-public ghc-byteorder
+ (package
+ (name "ghc-byteorder")
+ (version "1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/byteorder/byteorder-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "06995paxbxk8lldvarqpb3ygcjbg4v8dk4scib1rjzwlhssvn85x"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://community.haskell.org/~aslatter/code/byteorder")
+ (synopsis
+ "Exposes the native endianness of the system")
+ (description
+ "This package is for working with the native byte-ordering of the
+system.")
+ (license bsd-3)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 42/154: gnu: ghc-split: Update dependencies., (continued)
- 42/154: gnu: ghc-split: Update dependencies., Paul, 2015/10/22
- 44/154: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/22
- 48/154: gnu: Add ghc-optparse-applicative., Paul, 2015/10/22
- 49/154: gnu: Add ghc-base-orphans., Paul, 2015/10/22
- 39/154: gnu: Add ghc-logict., Paul, 2015/10/22
- 50/154: gnu: Add ghc-vault., Paul, 2015/10/22
- 40/154: gnu: Add ghc-xml., Paul, 2015/10/22
- 51/154: gnu: Add ghc-mmorph., Paul, 2015/10/22
- 47/154: gnu: Add ghc-fingertree., Paul, 2015/10/22
- 53/154: gnu: Add ghc-monad-control., Paul, 2015/10/22
- 54/154: gnu: Add ghc-byteorder.,
Paul <=
- 56/154: gnu: Add ghc-base-compat., Paul, 2015/10/22
- 57/154: gnu: Add ghc-blaze-builder., Paul, 2015/10/22
- 55/154: gnu: Add ghc-easy-file., Paul, 2015/10/22
- 59/154: gnu: Add ghc-blaze-html., Paul, 2015/10/22
- 58/154: gnu: Add ghc-blaze-markup., Paul, 2015/10/22
- 61/154: gnu: Add ghc-auto-update., Paul, 2015/10/22
- 52/154: gnu: Add ghc-transformers-base., Paul, 2015/10/22
- 62/154: gnu: Add ghc-tagged., Paul, 2015/10/22
- 60/154: gnu: Add ghc-doctest., Paul, 2015/10/22
- 63/154: gnu: Add ghc-unbounded-delays., Paul, 2015/10/22