[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/290: gnu: ghc-generics-sop: Update to 0.4.0.1.
From: |
guix-commits |
Subject: |
36/290: gnu: ghc-generics-sop: Update to 0.4.0.1. |
Date: |
Wed, 6 Nov 2019 08:22:23 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 407143141845dc03e670211c12decd75d3586305
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.
---
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 100fddb..e4c6422 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3766,7 +3766,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)
@@ -3775,9 +3775,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
- 38/290: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35., (continued)
- 38/290: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35., guix-commits, 2019/11/06
- 39/290: gnu: ghc-ansi-terminal: Update to 0.9.1., guix-commits, 2019/11/06
- 24/290: gnu: ghc-setlocale: Update to 1.0.0.9., guix-commits, 2019/11/06
- 26/290: gnu: ghc-statevar: Update to 1.2., guix-commits, 2019/11/06
- 28/290: gnu: ghc-fixed: Update to 0.3., guix-commits, 2019/11/06
- 29/290: gnu: ghc-th-lift: Update to 0.8.0.1., guix-commits, 2019/11/06
- 20/290: gnu: ghc-entropy: Update to 0.4.1.5., guix-commits, 2019/11/06
- 32/290: gnu: ghc-microlens-th: Update to 0.4.2.3., guix-commits, 2019/11/06
- 33/290: gnu: ghc-mmorph: Update to 1.1.3., guix-commits, 2019/11/06
- 34/290: gnu: ghc-foundation: Update to 0.0.25., guix-commits, 2019/11/06
- 36/290: gnu: ghc-generics-sop: Update to 0.4.0.1.,
guix-commits <=
- 37/290: gnu: ghc-tagged: Update to 0.8.6., guix-commits, 2019/11/06
- 42/290: gnu: ghc-unix-time: Update to 0.4.7., guix-commits, 2019/11/06
- 45/290: gnu: Add ghc-splitmix-bootstrap., guix-commits, 2019/11/06
- 51/290: gnu: ghc-hs-bibutils: Update to 6.7.0.0., guix-commits, 2019/11/06
- 56/290: gnu: ghc-optparse-applicative: Update to 0.14.3.0., guix-commits, 2019/11/06
- 58/290: gnu: ghc-th-reify-many: Update to 0.1.9., guix-commits, 2019/11/06
- 60/290: gnu: ghc-th-lift-instances: Update to 0.1.14., guix-commits, 2019/11/06
- 63/290: gnu: ghc-test-framework: Update Cabal file to r5., guix-commits, 2019/11/06
- 40/290: gnu: ghc-microlens-ghc: Update to 0.4.10., guix-commits, 2019/11/06
- 43/290: gnu: ghc-cmark-gfm: Update to 0.2.0., guix-commits, 2019/11/06