summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-28 12:45:52 +0200
committerPeter Simons <simons@cryp.to>2018-04-28 15:38:00 +0200
commit9f144e857870d706e85c6655d563258a291c3963 (patch)
treefd4399135de8fb3d938eb3705bf7bb8a3bef9df3
parent8564e93d2d695c08b1cfd8f5df9e6ca3928ead4a (diff)
downloadnixlib-9f144e857870d706e85c6655d563258a291c3963.tar
nixlib-9f144e857870d706e85c6655d563258a291c3963.tar.gz
nixlib-9f144e857870d706e85c6655d563258a291c3963.tar.bz2
nixlib-9f144e857870d706e85c6655d563258a291c3963.tar.lz
nixlib-9f144e857870d706e85c6655d563258a291c3963.tar.xz
nixlib-9f144e857870d706e85c6655d563258a291c3963.tar.zst
nixlib-9f144e857870d706e85c6655d563258a291c3963.zip
haskell-hspec-smallcheck: use latest version for ghc-8.4.x to fix the build
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix1
1 files changed, 1 insertions, 0 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 2440e3b7a9dc..da65c2698228 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -558,6 +558,7 @@ self: super: {
   brick = self.brick_0_36_2;
   HaTeX = self.HaTeX_3_19_0_0;
   hpack = self.hpack_0_28_2;
+  hspec-smallcheck = self.hspec-smallcheck_0_5_2;
   matrix = self.matrix_0_3_6_1;
   pandoc = self.pandoc_2_2;
   pandoc-types = self.pandoc-types_1_17_4_2;