[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/328: gnu: ghc-generics-sop: Update to 0.4.0.1.
From: |
guix-commits |
Subject: |
36/328: gnu: ghc-generics-sop: Update to 0.4.0.1. |
Date: |
Sat, 16 Nov 2019 19:32:16 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit f1e878d572bb64a1927e981e02f29c55462348df
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 09:42:48 2019 -0400
gnu: ghc-generics-sop: Update to 0.4.0.1.
* gnu/packages/haskell-xyz.scm (ghc-generics-sop): Update to 0.4.0.1.
[inputs]: Add 'ghc-sop-core'.
---
gnu/packages/haskell-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 57c1ce7..5e1c3e3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3767,7 +3767,7 @@ deriving mechanism in Haskell to arbitrary classes.")
(define-public ghc-generics-sop
(package
(name "ghc-generics-sop")
- (version "0.3.2.0")
+ (version "0.4.0.1")
(source
(origin
(method url-fetch)
@@ -3776,9 +3776,11 @@ deriving mechanism in Haskell to arbitrary classes.")
"generics-sop-" version ".tar.gz"))
(sha256
(base32
- "168v62i845jh9jbfaz3ldz8svz4wmzq9mf2vhb7pxlnbkk8fqq1h"))))
+ "160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw"))))
(build-system haskell-build-system)
- (inputs `(("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (inputs
+ `(("ghc-sop-core" ,ghc-sop-core)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
(home-page "https://github.com/well-typed/generics-sop")
(synopsis "Generic Programming using True Sums of Products for Haskell")
(description "This Haskell package supports the definition of generic
- 64/328: gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5., (continued)
- 64/328: gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5., guix-commits, 2019/11/16
- 31/328: gnu: ghc-pretty-show: Update to 1.9.5., guix-commits, 2019/11/16
- 47/328: gnu: ghc-quickcheck: Update to 2.13.2., guix-commits, 2019/11/16
- 50/328: gnu: ghc-tagsoup: Update to 0.14.8., guix-commits, 2019/11/16
- 65/328: gnu: ghc-cereal: Update to 0.5.8.1., guix-commits, 2019/11/16
- 63/328: gnu: ghc-test-framework: Update Cabal file to r5., guix-commits, 2019/11/16
- 102/328: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/16
- 19/328: gnu: ghc-transformers-compat: Update to 0.6.5., guix-commits, 2019/11/16
- 23/328: gnu: ghc-appar: Update to 0.1.8., guix-commits, 2019/11/16
- 30/328: gnu: ghc-regex-tdfa: Update to 1.2.3.2., guix-commits, 2019/11/16
- 36/328: gnu: ghc-generics-sop: Update to 0.4.0.1.,
guix-commits <=
- 38/328: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35., guix-commits, 2019/11/16
- 18/328: gnu: ghc-mime-types: Update to 0.1.0.9., guix-commits, 2019/11/16
- 24/328: gnu: ghc-setlocale: Update to 1.0.0.9., guix-commits, 2019/11/16
- 28/328: gnu: ghc-fixed: Update to 0.3., guix-commits, 2019/11/16
- 33/328: gnu: ghc-mmorph: Update to 1.1.3., guix-commits, 2019/11/16
- 35/328: gnu: Add ghc-sop-core., guix-commits, 2019/11/16
- 40/328: gnu: ghc-microlens-ghc: Update to 0.4.10., guix-commits, 2019/11/16
- 39/328: gnu: ghc-ansi-terminal: Update to 0.9.1., guix-commits, 2019/11/16
- 48/328: gnu: ghc-syb: Update to 0.7.1., guix-commits, 2019/11/16
- 44/328: gnu: ghc-ansi-wl-pprint: Update to 0.6.9., guix-commits, 2019/11/16