[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/43] gnu: ghc-text: Update to 1.2.1.3.
From: |
Paul van der Walt |
Subject: |
[PATCH 06/43] gnu: ghc-text: Update to 1.2.1.3. |
Date: |
Thu, 15 Oct 2015 14:21:00 +0200 |
* gnu/packages/haskell.scm (ghc-text): Update to 1.2.1.3.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 482a19d..67f5ebb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -692,7 +692,7 @@ access to the full zlib feature set.")
(define-public ghc-text
(package
(name "ghc-text")
- (version "1.2.0.4")
+ (version "1.2.1.3")
(outputs '("out" "doc"))
(source
(origin
@@ -703,7 +703,7 @@ access to the full zlib feature set.")
".tar.gz"))
(sha256
(base32
- "004p1c74crs8wmjafwsmw3mmycspq1j8fpm1lvfpq6acha7bnpc6"))))
+ "0gzqx5cpkdhshbz9xss51mpyq23pnf8dwjz4h3irbv2ryaa4qdlq"))))
(build-system haskell-build-system)
(arguments
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
--
2.6.1
[PATCH 09/43] gnu: ghc-quickcheck: Update to 2.8.1., Paul van der Walt, 2015/10/15
[PATCH 02/43] gnu: ghc-old-locale: New package for updated GHC., Paul van der Walt, 2015/10/15
[PATCH 04/43] gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul van der Walt, 2015/10/15