cabal2nix: version 2.4 needs Cabal 2.x

This commit is contained in:
Peter Simons 2017-07-27 12:54:18 +02:00
parent 86b230efd9
commit 382db8a9ad

View file

@ -47,8 +47,6 @@ self: super: {
sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy";
});
## GHC 8.0.2
# http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715
vector-algorithms = dontCheck super.vector-algorithms;
@ -60,4 +58,8 @@ self: super: {
# Newer versions require ghc>=8.2
apply-refact = super.apply-refact_0_3_0_1;
# This builds needs the latest Cabal version.
cabal2nix = super.cabal2nix.overrideScope (self: super: { Cabal = self.Cabal_2_0_0_2; });
}