diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-01 12:54:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:46 +0100 |
commit | 615abb9550f2f48f2020cf9f962bf31ad0a18f18 (patch) | |
tree | dc90c092fe814d02ae2989691e8cda03d10ea72b /gnu/packages/haskell.scm | |
parent | 4d9cdf3c4e81b42055628338c55196d05a812d21 (diff) | |
download | patches-615abb9550f2f48f2020cf9f962bf31ad0a18f18.tar patches-615abb9550f2f48f2020cf9f962bf31ad0a18f18.tar.gz |
gnu: ghc-clock: Update to 0.7.2.
* gnu/packages/haskell.scm (ghc-clock): Update to 0.7.2.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ccf7c07f32..dd79c89f8c 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -3710,7 +3710,7 @@ unbounded @code{Integer} type.") (define-public ghc-clock (package (name "ghc-clock") - (version "0.5.1") + (version "0.7.2") (source (origin (method url-fetch) @@ -3719,7 +3719,7 @@ unbounded @code{Integer} type.") "clock/" "clock-" version ".tar.gz")) (sha256 - (base32 "1ncph7vi2q6ywwc8ysxl1ibw6i5dwfvln88ssfazk8jgpj4iyykw")))) + (base32 "07v91s20halsqjmziqb1sqjp2sjpckl9by7y28aaklwqi2bh2rl8")))) (build-system haskell-build-system) (inputs `(("ghc-tasty" ,ghc-tasty) |