mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghc-esqueleto: Update to 3.3.1.1.
* gnu/packages/haskell-xyz.scm (ghc-esqueleto): Update to 3.3.1.1.
This commit is contained in:
parent
96c813ce4c
commit
2f6ad77b2f
1 changed files with 2 additions and 2 deletions
|
@ -3652,7 +3652,7 @@ (define-public ghc-errors
|
|||
(define-public ghc-esqueleto
|
||||
(package
|
||||
(name "ghc-esqueleto")
|
||||
(version "3.0.0")
|
||||
(version "3.3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3660,7 +3660,7 @@ (define-public ghc-esqueleto
|
|||
"esqueleto/esqueleto-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"187c098h2xyf2nhifkdy2bqfl6iap7a93mzwd2kirl5yyicpc9zy"))))
|
||||
"1qi28ma8j5kfygjxnixlazxsyrkdqv8ljz3icwqi5dlscsnj6v3v"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:haddock? #f ; Haddock reports an internal error.
|
||||
|
|
Loading…
Reference in a new issue