[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/49: gnu: Add ghc-memory.
From: |
Ricardo Wurmus |
Subject: |
39/49: gnu: Add ghc-memory. |
Date: |
Thu, 10 Dec 2015 13:36:52 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 4dc2deb920079a893611b107244c4223e191be23
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 27 13:36:07 2015 +0100
gnu: Add ghc-memory.
* gnu/packages/haskell.scm (ghc-memory): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4ad2f8f..f805390 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5906,6 +5906,32 @@ entropy, deterministic random generator; data-related
features:
@dfn{anti-forensic information splitter} (AFIS).")
(license bsd-3)))
+(define-public ghc-memory
+ (package
+ (name "ghc-memory")
+ (version "0.10")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "memory/memory-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1xqs9zmjbjihb7gfbk25f2q00m2lsi4kc3jv672175ac8a36pgag"))))
+ (build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
+ (home-page "https://github.com/vincenthz/hs-memory")
+ (synopsis "Memory abstractions for Haskell")
+ (description
+ "This package provides memory abstractions, such as chunk of memory,
+polymorphic byte array management and manipulation functions. It contains a
+polymorphic byte array abstraction and functions similar to strict ByteString,
+different type of byte array abstraction, raw memory IO operations (memory
+set, memory copy, ..) and more")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 26/49: gnu: Add ghc-juicypixels., (continued)
- 26/49: gnu: Add ghc-juicypixels., Ricardo Wurmus, 2015/12/10
- 28/49: gnu: Add ghc-hslua., Ricardo Wurmus, 2015/12/10
- 43/49: gnu: Add ghc-x509-system., Ricardo Wurmus, 2015/12/10
- 33/49: gnu: Add ghc-pem., Ricardo Wurmus, 2015/12/10
- 30/49: gnu: Add ghc-http-client., Ricardo Wurmus, 2015/12/10
- 46/49: gnu: Add ghc-connection., Ricardo Wurmus, 2015/12/10
- 40/49: gnu: Add ghc-x509., Ricardo Wurmus, 2015/12/10
- 42/49: gnu: Add ghc-x509-validation., Ricardo Wurmus, 2015/12/10
- 49/49: gnu: python-biopython, python2-biopython: Update to 1.66., Ricardo Wurmus, 2015/12/10
- 48/49: gnu: Add ghc-pandoc., Ricardo Wurmus, 2015/12/10
- 39/49: gnu: Add ghc-memory.,
Ricardo Wurmus <=
- 45/49: gnu: Add ghc-socks., Ricardo Wurmus, 2015/12/10
- 47/49: gnu: Add ghc-http-client-tls., Ricardo Wurmus, 2015/12/10
- 38/49: gnu: Add ghc-cryptonite., Ricardo Wurmus, 2015/12/10
- 41/49: gnu: Add ghc-x509-store., Ricardo Wurmus, 2015/12/10
- 44/49: gnu: Add ghc-tls., Ricardo Wurmus, 2015/12/10