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:
parent
98130c0b35
commit
00ed85ec25
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ mapHaskellTestOn {
|
|||
ObjectName = default;
|
||||
OneTuple = default;
|
||||
OpenAL = all;
|
||||
optparseApplicative = all;
|
||||
optparseApplicative = allBut ghc6104;
|
||||
packunused = default;
|
||||
pandoc = defaultOrLater;
|
||||
pandocTypes = default;
|
||||
|
|
Loading…
Reference in a new issue