summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-03 10:09:17 +0200
committerPeter Simons <simons@cryp.to>2018-07-04 19:14:18 +0200
commit0a635d3b78f739d9b197f66da4e67f7d9574f4aa (patch)
tree87172df1b0add228c6cd3de3ccbd7b5ed94baf02
parented111be99a470909ae83962fb213509c8feb9978 (diff)
downloadnixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.tar
nixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.tar.gz
nixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.tar.bz2
nixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.tar.lz
nixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.tar.xz
nixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.tar.zst
nixlib-0a635d3b78f739d9b197f66da4e67f7d9574f4aa.zip
haskell-hspec: update override for ghc 8.4.x
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 45b0d768a22f..7ced7d217e52 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -397,9 +397,9 @@ self: super: {
   dhall_1_13_0 = doJailbreak super.dhall_1_14_0;  # support ansi-terminal 0.8.x
   HaTeX = self.HaTeX_3_19_0_0;
   hpack = self.hpack_0_28_2;
-  hspec = dontCheck super.hspec_2_5_3;
-  hspec-core = dontCheck super.hspec-core_2_5_3;
-  hspec-discover = self.hspec-discover_2_5_3;
+  hspec = dontCheck super.hspec_2_5_4;
+  hspec-core = dontCheck super.hspec-core_2_5_4;
+  hspec-discover = self.hspec-discover_2_5_4;
   hspec-smallcheck = self.hspec-smallcheck_0_5_2;
   matrix = self.matrix_0_3_6_1;
   pandoc = self.pandoc_2_2_1;