summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:51:38 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:23 +0200
commit5860a9dc73a4284bd6bcf7bc6a8db2572189caec (patch)
tree294c25a5701f7497a197b800aa0f543e69449c12 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentd393b899651e19de77a3215eb4b99eb4cd6c402f (diff)
downloadnixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.tar
nixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.tar.gz
nixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.tar.bz2
nixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.tar.lz
nixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.tar.xz
nixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.tar.zst
nixpkgs-5860a9dc73a4284bd6bcf7bc6a8db2572189caec.zip
haskell-vty: use the latest version when building with ghc-8.6.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 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 8ba3ea76502..c5a880acc0c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -70,6 +70,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;
   wizards = doJailbreak super.wizards;
   yaml = self.yaml_0_11_0_0;