haskellPackages.Frames: fix build by using vinyl-0.10.0

This commit is contained in:
Bas van Dijk 2018-09-23 21:54:25 +02:00
parent 3abab98bd6
commit ff6122c993

View File

@ -1136,4 +1136,7 @@ self: super: {
sha256 = "1qair09xs6vln3vsjz7sy4hhv037146zak4mq3iv6kdhmp606hqv";
});
# Can be removed once vinyl >= 0.10 is in the LTS.
Frames = super.Frames.override { vinyl = super.vinyl_0_10_0; };
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super