From ff6122c9934712c6c7f2c7e21dba85517967dae7 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Sun, 23 Sep 2018 21:54:25 +0200 Subject: [PATCH] haskellPackages.Frames: fix build by using vinyl-0.10.0 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 64a82ed42a87..ec0a3cf34e56 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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