samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6e8f4f860d374726dea4333289c7e75c377a3d9d
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 22:56:08 2019 -0400
squash! gnu: ghc-hashable-time: Update to 0.2.0.2.
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ed15ff2..6f0f248 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4385,7 +4385,7 @@ combine hash values.")
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
- ("1" "0rv40xkg3gj8jnqsry1gq3f5s5la6d5arg8fzkirnwdpcgha1as6")))
+ ("2" "006phc5y9rrvsshdcmjmhxzxh8dpgs685mpqbkjm9c40xb1ydjbz")))
(inputs `(("ghc-hashable" ,ghc-hashable)))
(home-page "http://hackage.haskell.org/package/hashable-time")
(synopsis "Hashable instances for Data.Time")