summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2018-09-23 21:54:25 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2018-09-23 21:54:25 +0200
commitff6122c9934712c6c7f2c7e21dba85517967dae7 (patch)
treef4177b9ff6c3598caeb7fda0b9a5c7a586512c53 /pkgs/development/haskell-modules/configuration-common.nix
parent3abab98bd6279695fd9d8f150ccc78fb799b642b (diff)
downloadnixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.tar
nixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.tar.gz
nixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.tar.bz2
nixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.tar.lz
nixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.tar.xz
nixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.tar.zst
nixpkgs-ff6122c9934712c6c7f2c7e21dba85517967dae7.zip
haskellPackages.Frames: fix build by using vinyl-0.10.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 64a82ed42a8..ec0a3cf34e5 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