[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/153: gnu: Add ghc-vector-binary-instances.
From: |
Paul |
Subject: |
125/153: gnu: Add ghc-vector-binary-instances. |
Date: |
Wed, 21 Oct 2015 16:07:52 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 66e7607095105d988e20d9bc88dd3343c49ffaf7
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 17:04:39 2015 +0200
gnu: Add ghc-vector-binary-instances.
* gnu/packages/haskell.scm (ghc-vector-binary-instances): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6bfdfee..58ff0d4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2586,6 +2586,34 @@ Int-indexed arrays (both mutable and immutable), with a
powerful loop
optimisation framework.")
(license bsd-3)))
+(define-public ghc-vector-binary-instances
+ (package
+ (name "ghc-vector-binary-instances")
+ (version "0.2.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/"
+ "vector-binary-instances/vector-binary-instances-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "028rsf2w193rhs1gic5yvvrwidw9sblczcn10aw64npfc6502l4l"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-cereal" ,ghc-cereal)))
+ (inputs
+ `(("ghc-vector" ,ghc-vector)))
+ (home-page "https://github.com/bos/vector-binary-instances")
+ (synopsis "Instances of Data.Binary and Data.Serialize for vector")
+ (description "This library provides instances of @code{Binary} for the
+types defined in the @code{vector} package, making it easy to serialize
+vectors to and from disk. We use the generic interface to vectors, so all
+vector types are supported. Specific instances are provided for unboxed,
+boxed and storable vectors.")
+ (license bsd-3)))
+
(define-public ghc-network
(package
(name "ghc-network")
- 72/153: gnu: Add ghc-bifunctors., (continued)
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/21
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/21
- 105/153: gnu: Add ghc-semigroupoids., Paul, 2015/10/21
- 106/153: gnu: Add ghc-reducers., Paul, 2015/10/21
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/21
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/21
- 114/153: gnu: Add ghc-happy., Paul, 2015/10/21
- 94/153: gnu: Add ghc-attoparsec., Paul, 2015/10/21
- 111/153: gnu: Add ghc-simple-reflect., Paul, 2015/10/21
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 125/153: gnu: Add ghc-vector-binary-instances.,
Paul <=
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 127/153: gnu: Add ghc-lens., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai., Paul, 2015/10/21
- 133/153: gnu: Add ghc-haddock., Paul, 2015/10/21
- 129/153: gnu: Add ghc-trifecta., Paul, 2015/10/21
- 130/153: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/21
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21
- 119/153: gnu: Add ghc-xss-sanitize., Paul, 2015/10/21
- 139/153: gnu: Add ghc-xhtml., Paul, 2015/10/21
- 143/153: gnu: Add ghc-openglraw., Paul, 2015/10/21