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-09-27 17:02:20 +0200
committerPeter Simons <simons@cryp.to>2018-09-28 11:16:42 +0200
commit9f660351a4e4f9b45aa1edd259380c2a9dfac034 (patch)
tree1a5ce5e4d2c7e47e52dcf54d4b63b894bcc0f6f9 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentb68e320e3a52c483f6cd2cfecd663e92d3746037 (diff)
downloadnixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.tar
nixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.tar.gz
nixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.tar.bz2
nixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.tar.lz
nixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.tar.xz
nixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.tar.zst
nixpkgs-9f660351a4e4f9b45aa1edd259380c2a9dfac034.zip
haskell-Glob: use latest version when building with ghc-8.6.x
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 23865e54ba1..9f4cc057c70 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -48,6 +48,7 @@ self: super: {
   contravariant = self.contravariant_1_5;
   doctest = self.doctest_0_16_0_1;
   doctest_0_16_0_1 = dontCheck super.doctest_0_16_0_1;
+  Glob = self.Glob_0_9_3;
   hspec = self.hspec_2_5_7;
   hspec-core = self.hspec-core_2_5_7;
   hspec-core_2_5_7 = super.hspec-core_2_5_7.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_12_4; });