3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-parallel: Update to 3.2.2.0.

* gnu/packages/haskell.scm (ghc-parallel): Update to 3.2.2.0.
This commit is contained in:
Timothy Sample 2018-08-28 20:51:30 -04:00 committed by Ricardo Wurmus
parent 12eb67dcc9
commit 62f97b1217
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2093,7 +2093,7 @@ case with other forms of concurrent communication, such as locks or
(define-public ghc-parallel
(package
(name "ghc-parallel")
(version "3.2.1.0")
(version "3.2.2.0")
(outputs '("out" "doc"))
(source
(origin
@ -2104,7 +2104,7 @@ case with other forms of concurrent communication, such as locks or
".tar.gz"))
(sha256
(base32
"09l52k1gsn667lmv0pp052cbwkzkbhfivp51f2xkrlfzf6xwvqsd"))))
"1xkfi96w6yfpppd0nw1rnszdxmvifwzm699ilv6332ra3akm610p"))))
(build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/parallel")
(synopsis "Parallel programming library")