[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/329: gnu: ghc-reflection: Update to 2.1.5.
From: |
guix-commits |
Subject: |
110/329: gnu: ghc-reflection: Update to 2.1.5. |
Date: |
Wed, 20 Nov 2019 21:17:23 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit d215f1ccadd06e8d4a177812ccc4b7d003cf3865
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.
[native-inputs]: Add 'ghc-hspec', 'ghc-quickcheck', and
'hspec-discover'.
---
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 685419e..9b2ee0b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8197,7 +8197,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)
@@ -8207,9 +8207,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")
- 126/329: gnu: ghc-tasty-ant-xml: Update to 1.1.6., (continued)
- 126/329: gnu: ghc-tasty-ant-xml: Update to 1.1.6., guix-commits, 2019/11/20
- 133/329: gnu: ghc-genvalidity-property: Update to 0.4.0.0., guix-commits, 2019/11/20
- 141/329: gnu: ghc-weigh: Update to 0.0.14., guix-commits, 2019/11/20
- 144/329: gnu: ghc-patience: Update to 0.3., guix-commits, 2019/11/20
- 177/329: gnu: ghc-missingh: Update to 1.4.1.0., guix-commits, 2019/11/20
- 181/329: gnu: ghc-connection: Update to 0.3.1., guix-commits, 2019/11/20
- 192/329: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0., guix-commits, 2019/11/20
- 90/329: gnu: ghc-hmatrix-gsl-stats: Update to 0.4.1.8., guix-commits, 2019/11/20
- 100/329: gnu: ghc-blaze-markup: Update to 0.8.2.3., guix-commits, 2019/11/20
- 111/329: gnu: ghc-asn1-encoding: Update to 0.9.6., guix-commits, 2019/11/20
- 110/329: gnu: ghc-reflection: Update to 2.1.5.,
guix-commits <=
- 108/329: gnu: ghc-asn1-types: Update to 0.3.3., guix-commits, 2019/11/20
- 119/329: gnu: ghc-storable-complex: Update to 0.2.3.0., guix-commits, 2019/11/20
- 120/329: gnu: ghc-fast-logger: Update to 2.4.17., guix-commits, 2019/11/20
- 123/329: gnu: ghc-generic-deriving: Update to 1.12.4., guix-commits, 2019/11/20
- 127/329: gnu: ghc-openglraw: Update to 3.3.3.0., guix-commits, 2019/11/20
- 137/329: gnu: ghc-zip-archive: Update to 0.4.1., guix-commits, 2019/11/20
- 131/329: gnu: Add ghc-splitmix., guix-commits, 2019/11/20
- 147/329: gnu: ghc-system-fileio: Update to 0.3.16.4., guix-commits, 2019/11/20
- 143/329: gnu: ghc-typed-process: Update to 0.2.6.0., guix-commits, 2019/11/20
- 149/329: gnu: ghc-quickcheck-instances: Update to 0.3.22., guix-commits, 2019/11/20