stack: prefer the ghc-8.6.1 version

Building stack with ghc-8.4.x requires a whole lot of version overrides -- most
notably Cabal 2.4.x --, so we don't bother and just use the one built with the
latest compiler instead.
This commit is contained in:
Peter Simons
2018-10-19 11:50:15 +02:00
parent 13c666d81c
commit d393b89965
2 changed files with 5 additions and 1 deletions

View File

@@ -56,4 +56,8 @@ self: super: {
};
in appendPatch super.hadoop-rpc patch;
# Version 1.9.1 needs Cabal 2.4.x or later, so
# we use the one from the ghc-8.6.1 package set.
stack = markBroken super.stack;
}