about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-26 15:17:55 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-26 15:19:10 +0100
commitcb5bc310d36e80a4f5be28c9b7da573b6da86959 (patch)
tree8a0e849612af6b0782dbf3727d701d96e9a82601 /pkgs
parentd66f37e813163200641cd37d7328bf534d3b146e (diff)
downloadnixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.tar
nixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.tar.gz
nixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.tar.bz2
nixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.tar.lz
nixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.tar.xz
nixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.tar.zst
nixlib-cb5bc310d36e80a4f5be28c9b7da573b6da86959.zip
haskellPackages.Frames: unbreak
vinyl ≥ 0.10 is in the LTS.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9875bc29c5ab..9e0dd0758b04 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1137,9 +1137,6 @@ self: super: {
     sha256 = "1qair09xs6vln3vsjz7sy4hhv037146zak4mq3iv6kdhmp606hqv";
   });
 
-  # Can be removed once vinyl >= 0.10 is in the LTS.
-  Frames = super.Frames.overrideScope (self: super: { vinyl = self.vinyl_0_10_0; });
-
   # https://github.com/Euterpea/Euterpea2/pull/22
   Euterpea = overrideSrc super.Euterpea {
     src = pkgs.fetchFromGitHub {