gnu: ghc-hashable-time: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-hashable-time): Update Cabal file to r1.
This commit is contained in:
parent
24e18bf937
commit
75c07ef519
|
@ -2289,6 +2289,9 @@ combine hash values.")
|
||||||
(base32
|
(base32
|
||||||
"0k932nyd08l3xxbh2g3n76py2f4kd9yw4s5a065vjz0xp6wjnxdm"))))
|
"0k932nyd08l3xxbh2g3n76py2f4kd9yw4s5a065vjz0xp6wjnxdm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cabal-revision
|
||||||
|
("1" "0rv40xkg3gj8jnqsry1gq3f5s5la6d5arg8fzkirnwdpcgha1as6")))
|
||||||
(inputs `(("ghc-hashable" ,ghc-hashable)))
|
(inputs `(("ghc-hashable" ,ghc-hashable)))
|
||||||
(home-page "http://hackage.haskell.org/package/hashable-time")
|
(home-page "http://hackage.haskell.org/package/hashable-time")
|
||||||
(synopsis "Hashable instances for Data.Time")
|
(synopsis "Hashable instances for Data.Time")
|
||||||
|
|
Loading…
Reference in New Issue