[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/49: gnu: Add ghc-mmap.
From: |
Ricardo Wurmus |
Subject: |
25/49: gnu: Add ghc-mmap. |
Date: |
Thu, 10 Dec 2015 13:36:46 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 348519e1bf5b6b9beba3201b0afcb58ef65c4a9f
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 27 13:30:54 2015 +0100
gnu: Add ghc-mmap.
* gnu/packages/haskell.scm (ghc-mmap): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9b99add..b6a45d2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5526,6 +5526,27 @@ directories. It includes code for pattern matching,
finding files, modifying
file contents, and more.")
(license bsd-3)))
+(define-public ghc-mmap
+ (package
+ (name "ghc-mmap")
+ (version "0.5.9")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "mmap/mmap-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1y5mk3yf4b8r6rzmlx1xqn4skaigrqnv08sqq0v7r3nbw42bpz2q"))))
+ (build-system haskell-build-system)
+ (home-page "http://hackage.haskell.org/package/mmap")
+ (synopsis "Memory mapped files for Haskell")
+ (description
+ "This library provides a wrapper to @code{mmap}, allowing files or
+devices to be lazily loaded into memory as strict or lazy @code{ByteStrings},
address@hidden or plain @code{Ptrs}, using the virtual memory subsystem to
+do on-demand loading.")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 21/49: gnu: Add ghc-logging-facade., (continued)
- 21/49: gnu: Add ghc-logging-facade., Ricardo Wurmus, 2015/12/10
- 16/49: gnu: Add ghc-th-orphans., Ricardo Wurmus, 2015/12/10
- 18/49: gnu: Add ghc-aeson-qq., Ricardo Wurmus, 2015/12/10
- 20/49: gnu: Add ghc-conduit., Ricardo Wurmus, 2015/12/10
- 22/49: gnu: Add ghc-mockery., Ricardo Wurmus, 2015/12/10
- 11/49: gnu: Add ghc-enclosed-exceptions., Ricardo Wurmus, 2015/12/10
- 19/49: gnu: Add ghc-hspec-contrib., Ricardo Wurmus, 2015/12/10
- 23/49: gnu: Add ghc-yaml., Ricardo Wurmus, 2015/12/10
- 24/49: gnu: Add ghc-filemanip., Ricardo Wurmus, 2015/12/10
- 17/49: gnu: Add ghc-haskell-src-meta., Ricardo Wurmus, 2015/12/10
- 25/49: gnu: Add ghc-mmap.,
Ricardo Wurmus <=
- 29/49: gnu: Add ghc-mime-types., Ricardo Wurmus, 2015/12/10
- 31/49: gnu: Add ghc-byteable., Ricardo Wurmus, 2015/12/10
- 32/49: gnu: Add ghc-hourglass., Ricardo Wurmus, 2015/12/10
- 27/49: gnu: Add ghc-sha., Ricardo Wurmus, 2015/12/10
- 36/49: gnu: Add ghc-asn1-parse., Ricardo Wurmus, 2015/12/10
- 34/49: gnu: Add ghc-asn1-types., Ricardo Wurmus, 2015/12/10
- 37/49: gnu: Add ghc-tasty-kat., Ricardo Wurmus, 2015/12/10
- 35/49: gnu: Add ghc-asn1-encoding., Ricardo Wurmus, 2015/12/10
- 26/49: gnu: Add ghc-juicypixels., Ricardo Wurmus, 2015/12/10
- 28/49: gnu: Add ghc-hslua., Ricardo Wurmus, 2015/12/10