[commit: packages/parallel] master: Fix minor typo in .cabal file (dbb8d9e)
git at git.haskell.org
git at git.haskell.org
Sat Jan 2 08:17:15 UTC 2016
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/dbb8d9e36276f1ced95c8761ddbc3b157742bd34
>---------------------------------------------------------------
commit dbb8d9e36276f1ced95c8761ddbc3b157742bd34
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Jan 2 09:10:53 2016 +0100
Fix minor typo in .cabal file
>---------------------------------------------------------------
dbb8d9e36276f1ced95c8761ddbc3b157742bd34
parallel.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parallel.cabal b/parallel.cabal
index 141b864..5251903 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -9,7 +9,7 @@ synopsis: Parallel programming library
category: Control, Parallelism
build-type: Simple
cabal-version: >=1.10
-tested-with: GHC==8.0.1, GHC==7.10.3, GHC==7.8.3, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
+tested-with: GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
description:
This package provides a library for parallel programming.
More information about the ghc-commits
mailing list