diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:03:55 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:06 -0500 |
commit | f5051e319b50c240f347390a3bc351d58561c166 (patch) | |
tree | e80868f17dbf1b49116502a2f7d5ced3b4390e5e /gnu/packages | |
parent | 46d3e65b7962cb431892292c1cdcfab67f833013 (diff) | |
download | patches-f5051e319b50c240f347390a3bc351d58561c166.tar patches-f5051e319b50c240f347390a3bc351d58561c166.tar.gz |
gnu: ghc-hashable-time: Update to 0.2.0.2.
* gnu/packages/haskell-xyz.scm (ghc-hashable-time): Update to 0.2.0.2.
[arguments]: Set Cabal file to r2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index a33610272e..e547e628ec 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -4379,7 +4379,7 @@ combine hash values.") (define-public ghc-hashable-time (package (name "ghc-hashable-time") - (version "0.2.0.1") + (version "0.2.0.2") (source (origin (method url-fetch) @@ -4389,11 +4389,11 @@ combine hash values.") ".tar.gz")) (sha256 (base32 - "0k932nyd08l3xxbh2g3n76py2f4kd9yw4s5a065vjz0xp6wjnxdm")))) + "1q7y4plqqwy5286hhx2fygn12h8lqk0y047b597sbdckskxzfqgs")))) (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") |