diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 22:45:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:35 +0100 |
commit | 6d148d3bb6f863409d212369b1089e40695d9f82 (patch) | |
tree | f3af22697e8ddbfeda71ae1134a0c84ccfd0d9d1 | |
parent | b85fbd993369d048149912fda62d5d8cb7b35cb6 (diff) | |
download | patches-6d148d3bb6f863409d212369b1089e40695d9f82.tar patches-6d148d3bb6f863409d212369b1089e40695d9f82.tar.gz |
gnu: ghc-parallel: Update to 3.2.1.0.
* gnu/packages/haskell.scm (ghc-parallel): Update to 3.2.1.0.
-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 d26705d985..1c5b30591a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1867,7 +1867,7 @@ case with other forms of concurrent communication, such as locks or (define-public ghc-parallel (package (name "ghc-parallel") - (version "3.2.0.6") + (version "3.2.1.0") (outputs '("out" "doc")) (source (origin @@ -1878,7 +1878,7 @@ case with other forms of concurrent communication, such as locks or ".tar.gz")) (sha256 (base32 - "0hp6vf4zxsw6vz6lj505xihmnfhgjp39c9q7nyzlgcmps3xx6a5r")))) + "09l52k1gsn667lmv0pp052cbwkzkbhfivp51f2xkrlfzf6xwvqsd")))) (build-system haskell-build-system) (home-page "https://hackage.haskell.org/package/parallel") (synopsis "Parallel programming library") |