[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/154: gnu: ghc-dlist: Update to 0.7.1.2.
From: |
Paul |
Subject: |
08/154: gnu: ghc-dlist: Update to 0.7.1.2. |
Date: |
Fri, 23 Oct 2015 07:12:57 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 6fe7a7e0af29110923d795e553aa1df424416f52
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 22:46:34 2015 +0200
gnu: ghc-dlist: Update to 0.7.1.2.
* gnu/packages/haskell.scm (ghc-dlist): Update to version 0.7.1.2.
---
gnu/packages/haskell.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b34addd..c4d9ef1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -440,7 +440,7 @@ old @code{time} library. For new projects, the newer
(define-public ghc-dlist
(package
(name "ghc-dlist")
- (version "0.7.1.1")
+ (version "0.7.1.2")
(source
(origin
(method url-fetch)
@@ -449,7 +449,7 @@ old @code{time} library. For new projects, the newer
version
".tar.gz"))
(sha256
- (base32 "1zayvxvkan2s2ixajdr3f5rn1gzhprzv6cww4cbpwjhzw0l7zc08"))))
+ (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k"))))
(arguments `(#:tests? #f))
(build-system haskell-build-system)
(home-page "https://github.com/spl/dlist")
- branch master updated (fd74cc3 -> 8e01e30), Paul, 2015/10/23
- 01/154: gnu: ghc: Update to 7.10.2., Paul, 2015/10/23
- 02/154: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/23
- 04/154: gnu: Add ghc-old-locale., Paul, 2015/10/23
- 05/154: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/23
- 07/154: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/23
- 03/154: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/23
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2.,
Paul <=
- 06/154: gnu: Add ghc-old-time., Paul, 2015/10/23
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/23
- 10/154: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/23
- 12/154: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/23
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/23
- 13/154: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/23
- 14/154: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/23
- 15/154: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/23
- 17/154: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/23
- 16/154: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/23