mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-reflection: Update to 2.1.2.
* gnu/packages/haskell.scm (ghc-reflection): Update to 2.1.2.
This commit is contained in:
parent
fb9472a327
commit
fd4f26ee20
1 changed files with 2 additions and 2 deletions
|
@ -1292,7 +1292,7 @@ (define-public cpphs
|
|||
(define-public ghc-reflection
|
||||
(package
|
||||
(name "ghc-reflection")
|
||||
(version "2.1")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1302,7 +1302,7 @@ (define-public ghc-reflection
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10w3m6v3g6am203wbrikdbp57x9vw6b4jsh7bxdzsss4nmpm81zg"))))
|
||||
"0f9w0akbm6p8h7kzgcd2f6nnpw1wy84pqn45vfz1ch5j0hn8h2d9"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-tagged" ,ghc-tagged)))
|
||||
(home-page "https://github.com/ekmett/reflection")
|
||||
|
|
Loading…
Reference in a new issue