summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-04 12:43:48 +0100
committerPeter Simons <simons@cryp.to>2018-11-05 14:06:28 +0100
commit627624f5cd8089aa1aedb0170613088fa585f819 (patch)
tree07e226d0555124f9515d62bd98f1dddeb0b7fbd1 /pkgs/development/haskell-modules
parent748ea69fab60ad99f875c7a390f084150cabb17f (diff)
downloadnixlib-627624f5cd8089aa1aedb0170613088fa585f819.tar
nixlib-627624f5cd8089aa1aedb0170613088fa585f819.tar.gz
nixlib-627624f5cd8089aa1aedb0170613088fa585f819.tar.bz2
nixlib-627624f5cd8089aa1aedb0170613088fa585f819.tar.lz
nixlib-627624f5cd8089aa1aedb0170613088fa585f819.tar.xz
nixlib-627624f5cd8089aa1aedb0170613088fa585f819.tar.zst
nixlib-627624f5cd8089aa1aedb0170613088fa585f819.zip
haskell-hspec-core: 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 38ead50e57d0..e012b8317b5d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -60,7 +60,7 @@ self: super: {
   hslua = self.hslua_1_0_1;
   hslua-module-text = self.hslua-module-text_0_2_0;
   hspec = self.hspec_2_5_9;
-  hspec-core = self.hspec-core_2_5_8;
+  hspec-core = self.hspec-core_2_5_9;
   hspec-discover = self.hspec-discover_2_5_8;
   hspec-megaparsec = doJailbreak super.hspec-megaparsec;  # newer versions need megaparsec 7.x
   hspec-meta = self.hspec-meta_2_5_6;