[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/290: gnu: ghc-reflection: Update to 2.1.5.
From: |
guix-commits |
Subject: |
110/290: gnu: ghc-reflection: Update to 2.1.5. |
Date: |
Wed, 6 Nov 2019 08:22:40 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 4822ad022a31d6f3a2ea87c74ea25d86a28f3805
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 09:51:55 2019 -0400
gnu: ghc-reflection: Update to 2.1.5.
* gnu/packages/haskell-xyz.scm (ghc-reflection): Update to 2.1.5.
---
gnu/packages/haskell-xyz.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ae5318b..19c167b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8159,7 +8159,7 @@ specify refactorings without depending on GHC.")
(define-public ghc-reflection
(package
(name "ghc-reflection")
- (version "2.1.4")
+ (version "2.1.5")
(source
(origin
(method url-fetch)
@@ -8169,9 +8169,13 @@ specify refactorings without depending on GHC.")
".tar.gz"))
(sha256
(base32
- "0kf4a5ijw6jfnfibjcrpdy9vzh1n6v2pxia8dhyyqdissiwc8bzj"))))
+ "0xr947nj1vww5b8fwqmypxm3y3j5sxl4z8wnf834f83jzfzyjbi7"))))
(build-system haskell-build-system)
(inputs `(("ghc-tagged" ,ghc-tagged)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("hspec-discover" ,hspec-discover)))
(home-page "https://github.com/ekmett/reflection")
(synopsis "Reify arbitrary terms into types that can be reflected back
into terms")
- 82/290: gnu: ghc-glob: Update to 0.10.0., (continued)
- 82/290: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/06
- 83/290: gnu: ghc-void: Update to 0.7.3., guix-commits, 2019/11/06
- 85/290: gnu: ghc-tasty: Update to 1.2.3., guix-commits, 2019/11/06
- 84/290: gnu: ghc-integer-logarithms: Update to 1.0.3., guix-commits, 2019/11/06
- 94/290: gnu: ghc-psqueues: Update to 0.2.7.2., guix-commits, 2019/11/06
- 93/290: gnu: ghc-logict: Update to 0.7.0.2., guix-commits, 2019/11/06
- 101/290: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints., guix-commits, 2019/11/06
- 104/290: gnu: ghc-blaze-html: Update to 0.9.1.2., guix-commits, 2019/11/06
- 102/290: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/06
- 109/290: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/06
- 110/290: gnu: ghc-reflection: Update to 2.1.5.,
guix-commits <=
- 112/290: gnu: ghc-base-compat: Update to 0.10.5., guix-commits, 2019/11/06
- 113/290: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/06
- 98/290: gnu: ghc-vector-binary-instances: Update to 0.2.5.1., guix-commits, 2019/11/06
- 116/290: gnu: ghc-hspec-contrib: Update to 0.5.1., guix-commits, 2019/11/06
- 121/290: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/06
- 124/290: gnu: ghc-doctest: Update to 0.16.2., guix-commits, 2019/11/06
- 122/290: gnu: ghc-asn1-parse: Update to 0.9.5., guix-commits, 2019/11/06
- 99/290: gnu: ghc-memory: Update to 0.14.18., guix-commits, 2019/11/06
- 100/290: gnu: ghc-blaze-markup: Update to 0.8.2.3., guix-commits, 2019/11/06
- 107/290: gnu: ghc-hspec-core: Update to 2.7.1., guix-commits, 2019/11/06