[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/154: gnu: ghc-syb: Update to 0.6.
From: |
Paul |
Subject: |
14/154: gnu: ghc-syb: Update to 0.6. |
Date: |
Thu, 22 Oct 2015 17:23:10 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 559c25689102fd18edc1b4fe8742984d49e15531
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 23:09:09 2015 +0200
gnu: ghc-syb: Update to 0.6.
* gnu/packages/haskell.scm (ghc-syb): Update to 0.6.
---
gnu/packages/haskell.scm | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a5f8657..2c8e06f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -939,7 +939,7 @@ to cases.")
(define-public ghc-syb
(package
(name "ghc-syb")
- (version "0.4.4")
+ (version "0.6")
(outputs '("out" "doc"))
(source
(origin
@@ -950,7 +950,7 @@ to cases.")
".tar.gz"))
(sha256
(base32
- "11sc9kmfvcn9bfxf227fgmny502z2h9xs3z0m9ak66lk0dw6f406"))))
+ "1p3cnqjm13677r4a966zffzhi9b3a321aln8zs8ckqj0d9z1z3d3"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)
@@ -958,13 +958,12 @@ to cases.")
(home-page
"http://www.cs.uu.nl/wiki/GenericProgramming/SYB")
(synopsis "Scrap Your Boilerplate")
- (description
- "This package contains the generics system described in the
+ (description "This package contains the generics system described in the
/Scrap Your Boilerplate/ papers (see
-<http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).
-It defines the 'Data' class of types permitting folding and unfolding
-of constructor applications, instances of this class for primitive
-types, and a variety of traversals.")
address@hidden://www.cs.uu.nl/wiki/GenericProgramming/SYB, the website}). It
+defines the 'Data' class of types permitting folding and unfolding of
+constructor applications, instances of this class for primitive types, and a
+variety of traversals.")
(license bsd-3)))
(define-public ghc-containers
- 04/154: gnu: Add ghc-old-locale., (continued)
- 04/154: gnu: Add ghc-old-locale., Paul, 2015/10/22
- 10/154: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/22
- 03/154: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/22
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/22
- 05/154: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/22
- 07/154: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/22
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 12/154: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/22
- 13/154: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/22
- 01/154: gnu: ghc: Update to 7.10.2., Paul, 2015/10/22
- 14/154: gnu: ghc-syb: Update to 0.6.,
Paul <=
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/22
- 16/154: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/22
- 18/154: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/22
- 15/154: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/22
- 17/154: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 19/154: gnu: Add ghc-ansi-terminal., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 26/154: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 29/154: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22