mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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
@ -286,7 +286,7 @@ mapHaskellTestOn {
|
|||||||
ObjectName = default;
|
ObjectName = default;
|
||||||
OneTuple = default;
|
OneTuple = default;
|
||||||
OpenAL = all;
|
OpenAL = all;
|
||||||
optparseApplicative = all;
|
optparseApplicative = allBut ghc6104;
|
||||||
packunused = default;
|
packunused = default;
|
||||||
pandoc = defaultOrLater;
|
pandoc = defaultOrLater;
|
||||||
pandocTypes = default;
|
pandocTypes = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user