[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/177: gnu: Add ghc-text-binary.
From: |
Ricardo Wurmus |
Subject: |
175/177: gnu: Add ghc-text-binary. |
Date: |
Tue, 13 Feb 2018 07:38:31 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f941a52a14a69b69414a3d6b8487676cfe5cbb58
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 13:36:32 2018 +0100
gnu: Add ghc-text-binary.
* gnu/packages/haskell.scm (ghc-text-binary): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d0472b0..ac735ca 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1963,6 +1963,29 @@ capabilities that are optimized for performance critical
use, both
in terms of large data quantities and high speed.")
(license license:bsd-3)))
+(define-public ghc-text-binary
+ (package
+ (name "ghc-text-binary")
+ (version "0.2.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "text-binary/text-binary-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "18gl10pwg3qwsk0za3c70j4n6a9129wwf1b7d3a461h816yv55xn"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-text" ,ghc-text)))
+ (home-page "https://github.com/kawu/text-binary")
+ (synopsis "Binary instances for text types")
+ (description
+ "This package provides a compatibility layer providing @code{Binary}
+instances for strict and lazy text types for versions older than 1.2.1 of the
+text package.")
+ (license license:bsd-2)))
+
(define-public ghc-strict
(package
(name "ghc-strict")
- 124/177: gnu: ghc-gluraw: Update to 2.0.0.2., (continued)
- 124/177: gnu: ghc-gluraw: Update to 2.0.0.2., Ricardo Wurmus, 2018/02/13
- 123/177: gnu: ghc-glut: Update to 2.7.0.10., Ricardo Wurmus, 2018/02/13
- 122/177: gnu: Add ghc-fixed., Ricardo Wurmus, 2018/02/13
- 129/177: gnu: ghc-tagsoup: Update to 0.14.3., Ricardo Wurmus, 2018/02/13
- 133/177: gnu: ghc-hslua: Update to 0.9.5., Ricardo Wurmus, 2018/02/13
- 130/177: gnu: Add ghc-cmark-gfm., Ricardo Wurmus, 2018/02/13
- 134/177: gnu: Add ghc-hslua-module-text., Ricardo Wurmus, 2018/02/13
- 119/177: gnu: ghc-x509-validation: Update to 1.6.5., Ricardo Wurmus, 2018/02/13
- 137/177: gnu: ghc-blaze-html: Update to 0.9.0.1., Ricardo Wurmus, 2018/02/13
- 171/177: gnu: darcs: Update to 2.12.5., Ricardo Wurmus, 2018/02/13
- 175/177: gnu: Add ghc-text-binary.,
Ricardo Wurmus <=
- 164/177: gnu: ghc-process: Update to 1.6.3.0., Ricardo Wurmus, 2018/02/13
- 154/177: gnu: ghc-socks: Update to 0.5.5., Ricardo Wurmus, 2018/02/13
- 152/177: gnu: ghc-mockery: Update to 0.3.3., Ricardo Wurmus, 2018/02/13
- 141/177: gnu: ghc-lens: Update to 4.14., Ricardo Wurmus, 2018/02/13
- 120/177: gnu: ghc-x509-system: Update to 1.6.4., Ricardo Wurmus, 2018/02/13
- 143/177: gnu: ghc-xml-conduit: Update to 1.7.1.2, Ricardo Wurmus, 2018/02/13
- 146/177: gnu: Add ghc-doctest-0.13., Ricardo Wurmus, 2018/02/13
- 145/177: gnu: Add ghc-call-stack., Ricardo Wurmus, 2018/02/13
- 170/177: gnu: darcs: Remove ghc-directory from inputs., Ricardo Wurmus, 2018/02/13
- 165/177: gnu: ghc-hslogger: Remove ghc-process from inputs., Ricardo Wurmus, 2018/02/13