release-haskell.nix: optparse-applicative won't build with ghc 6.10.4 because it needs a newer version of Cabal

This commit is contained in:
Peter Simons 2013-04-19 10:42:25 +02:00
parent 98130c0b35
commit 00ed85ec25

View File

@ -286,7 +286,7 @@ mapHaskellTestOn {
ObjectName = default;
OneTuple = default;
OpenAL = all;
optparseApplicative = all;
optparseApplicative = allBut ghc6104;
packunused = default;
pandoc = defaultOrLater;
pandocTypes = default;