summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-05 09:48:46 +0100
committerPeter Simons <simons@cryp.to>2018-11-05 14:06:29 +0100
commit90acab51fecbdd2a2df5627bb04a55ac272b30b9 (patch)
tree91c77f98d4e4ba538ab5faf2c8890eef3ba79e71 /pkgs/development/haskell-modules
parent0a74322a5dc52e71e0bdb28c3220d6beb821a6d0 (diff)
downloadnixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.tar
nixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.tar.gz
nixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.tar.bz2
nixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.tar.lz
nixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.tar.xz
nixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.tar.zst
nixlib-90acab51fecbdd2a2df5627bb04a55ac272b30b9.zip
haskell-vty: update overrides for the new version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index e1af093b269f..48f8ca0ef908 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -74,7 +74,7 @@ self: super: {
   QuickCheck = self.QuickCheck_2_12_6_1;
   semigroupoids = self.semigroupoids_5_3_1;
   tagged = self.tagged_0_8_6;
-  vty = self.vty_5_25;
+  vty = self.vty_5_25_1;
   wizards = doJailbreak super.wizards;
   wl-pprint-extras = doJailbreak super.wl-pprint-extras;
   yaml = self.yaml_0_11_0_0;