diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-31 15:13:10 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:14 +0200 |
commit | 75c07ef5199179cba554a733048d21649f6c0d15 (patch) | |
tree | 5892ecfb3101d14f7f02dfea233eb60398fe2e71 | |
parent | 24e18bf937f80aa28f2f9d3d1b587b2cc1ae9c9e (diff) |
gnu: ghc-hashable-time: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-hashable-time): Update Cabal file to r1.
-rw-r--r-- | gnu/packages/haskell.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c81b37a7c3..bfc061c107 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2289,6 +2289,9 @@ combine hash values.") (base32 "0k932nyd08l3xxbh2g3n76py2f4kd9yw4s5a065vjz0xp6wjnxdm")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("1" "0rv40xkg3gj8jnqsry1gq3f5s5la6d5arg8fzkirnwdpcgha1as6"))) (inputs `(("ghc-hashable" ,ghc-hashable))) (home-page "http://hackage.haskell.org/package/hashable-time") (synopsis "Hashable instances for Data.Time") |