[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/154: gnu: ghc-utf8-string: Update to 1.0.1.1.
From: |
Paul |
Subject: |
03/154: gnu: ghc-utf8-string: Update to 1.0.1.1. |
Date: |
Thu, 22 Oct 2015 16:14:34 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit d7e0ec4e50f192addb1f6910987e8d8b89086ba7
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 19:12:57 2015 +0200
gnu: ghc-utf8-string: Update to 1.0.1.1.
* gnu/packages/haskell.scm (ghc-utf8-string): Update to 1.0.1.1.
---
gnu/packages/haskell.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 385c295..a6b16bd 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -511,7 +511,7 @@ School of Functional Programming', 1995. See
(define-public ghc-utf8-string
(package
(name "ghc-utf8-string")
- (version "0.3.8")
+ (version "1.0.1.1")
(source
(origin
(method url-fetch)
@@ -520,12 +520,12 @@ School of Functional Programming', 1995. See
version
".tar.gz"))
(sha256
- (base32 "1h29dn0scsfkhmkg14ywq9178lw40ah1r36w249zfzqr02y7qxc0"))))
+ (base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv"))))
(build-system haskell-build-system)
(home-page "http://github.com/glguy/utf8-string/")
(synopsis "Support for reading and writing UTF8 Strings")
(description
- "A UTF8 layer for Strings. The utf8-string package provides operations
+ "A UTF8 layer for Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and writing
UTF8 without truncation.")
(license bsd-3)))
- branch wip-haskell-platform-7.10.2-a created (now bbae2d6), Paul, 2015/10/22
- 03/154: gnu: ghc-utf8-string: Update to 1.0.1.1.,
Paul <=
- 01/154: gnu: ghc: Update to 7.10.2., Paul, 2015/10/22
- 02/154: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/22
- 04/154: gnu: Add ghc-old-locale., Paul, 2015/10/22
- 05/154: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/22
- 06/154: gnu: Add ghc-old-time., Paul, 2015/10/22
- 07/154: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/22
- 10/154: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/22
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/22
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/22