[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/257: gnu: ghc-th-lift: Update to 0.7.11.
From: |
Ricardo Wurmus |
Subject: |
49/257: gnu: ghc-th-lift: Update to 0.7.11. |
Date: |
Thu, 27 Sep 2018 15:46:56 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 877fd180e793aea679faef9de2fff54d84a08e92
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 21:12:41 2018 -0400
gnu: ghc-th-lift: Update to 0.7.11.
* gnu/packages/haskell.scm (ghc-th-lift): Update to 0.7.11.
[inputs]: Add ghc-th-abstraction.
---
gnu/packages/haskell.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7d59b5a..63a7825 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5622,15 +5622,17 @@ Template Haskell.")
(define-public ghc-th-lift
(package
(name "ghc-th-lift")
- (version "0.7.8")
+ (version "0.7.11")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"th-lift/th-lift-" version ".tar.gz"))
(sha256
(base32
- "0ay10b78x3969rpqqrgzy8srkl6iby2cljbf3mm17na8x22k7y1c"))))
+ "131360zxb0hazbqwbkk6ab2p77jkxr79bwwm618mrwrwkm3x2g6m"))))
(build-system haskell-build-system)
+ (inputs
+ `(("ghc-th-abstraction" ,ghc-th-abstraction)))
(home-page "https://github.com/mboes/th-lift")
(synopsis "Derive Template Haskell's Lift class for datatypes")
(description
- 84/257: gnu: ghc-test-framework: Update to 0.8.2.0., (continued)
- 84/257: gnu: ghc-test-framework: Update to 0.8.2.0., Ricardo Wurmus, 2018/09/27
- 81/257: gnu: ghc-language-c: Update to 0.8.1., Ricardo Wurmus, 2018/09/27
- 82/257: gnu: ghc-th-reify-many: Update to 0.1.8., Ricardo Wurmus, 2018/09/27
- 78/257: gnu: ghc-vector: Update Cabal file to r3., Ricardo Wurmus, 2018/09/27
- 76/257: gnu: ghc-th-expand-syns: Update to 0.4.4.0., Ricardo Wurmus, 2018/09/27
- 77/257: gnu: ghc-utility-ht: Update to 0.0.14., Ricardo Wurmus, 2018/09/27
- 74/257: gnu: ghc-safe: Update to 0.3.17., Ricardo Wurmus, 2018/09/27
- 57/257: gnu: ghc-monad-control: Update to 1.0.2.3., Ricardo Wurmus, 2018/09/27
- 61/257: gnu: ghc-syb: Update to 0.7., Ricardo Wurmus, 2018/09/27
- 51/257: gnu: ghc-transformers-base: Update to 0.4.5.2., Ricardo Wurmus, 2018/09/27
- 49/257: gnu: ghc-th-lift: Update to 0.7.11.,
Ricardo Wurmus <=
- 47/257: gnu: ghc-tagged: Update Cabal file to r2., Ricardo Wurmus, 2018/09/27
- 44/257: gnu: ghc-sdl-image: Update to 0.6.2.0., Ricardo Wurmus, 2018/09/27
- 33/257: gnu: ghc-zlib: Relax test framework dependency constraints., Ricardo Wurmus, 2018/09/27
- 35/257: gnu: ghc-ansi-terminal: Update to 0.8.0.4., Ricardo Wurmus, 2018/09/27
- 27/257: gnu: ghc-unexceptionalio: Update to 0.4.0., Ricardo Wurmus, 2018/09/27
- 24/257: gnu: ghc-th-abstraction: Update to 0.2.8.0., Ricardo Wurmus, 2018/09/27
- 167/257: gnu: ghc-opengl: Update to 3.0.2.2., Ricardo Wurmus, 2018/09/27
- 71/257: gnu: ghc-lifted-base: Update to 0.2.3.12., Ricardo Wurmus, 2018/09/27
- 60/257: gnu: ghc-reflection: Update to 2.1.4., Ricardo Wurmus, 2018/09/27
- 56/257: gnu: ghc-mime-types: Update to 0.1.0.8., Ricardo Wurmus, 2018/09/27