diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 20:51:30 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:09 +0200 |
commit | 62f97b121725689a3ba81285ff857749b44603f9 (patch) | |
tree | 40b6ff24d8ad7a44cc083368d55df756b9f8195d /gnu | |
parent | 12eb67dcc94cfd6c110576d50cb6cd28c7fc2e74 (diff) | |
download | patches-62f97b121725689a3ba81285ff857749b44603f9.tar patches-62f97b121725689a3ba81285ff857749b44603f9.tar.gz |
gnu: ghc-parallel: Update to 3.2.2.0.
* gnu/packages/haskell.scm (ghc-parallel): Update to 3.2.2.0.
Diffstat (limited to 'gnu')
-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 e0ebe09dd3..aa471fa0ad 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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") |