summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:54:49 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:19 -0500
commitb6d9777f49e5147eae25df0b766960ec0d6ba3bc (patch)
tree9d33883c1a7519324c0fa1e3113c90e81d5b40f5
parentc09d1e62401403f950edc55a059347ef27af5e39 (diff)
downloadpatches-b6d9777f49e5147eae25df0b766960ec0d6ba3bc.tar
patches-b6d9777f49e5147eae25df0b766960ec0d6ba3bc.tar.gz
gnu: ghc-weigh: Update to 0.0.14.
* gnu/packages/haskell-xyz.scm (ghc-weigh): Update to 0.0.14.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f99dc244d0..9c08b96715 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11615,7 +11615,7 @@ widths to the Char type.")
(define-public ghc-weigh
(package
(name "ghc-weigh")
- (version "0.0.12")
+ (version "0.0.14")
(source
(origin
(method url-fetch)
@@ -11623,7 +11623,7 @@ widths to the Char type.")
"weigh-" version ".tar.gz"))
(sha256
(base32
- "0zw2a997gxgdzqmd7j730kxgynzmjvvlkw84dajmfzf1v9pbij7x"))))
+ "0l85marb5rl9nr1c0id42dnr5i9fk1jciy5h6lywhb34w3hbj61g"))))
(build-system haskell-build-system)
(inputs
`(("ghc-split" ,ghc-split)