about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-06-25 15:31:46 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-02 15:52:22 -0400
commit242ca11b03e9540c91a696da1db3d0fd45446865 (patch)
tree5e0a304c0019c994f190b9b6a114904b5d21f457 /pkgs/development/haskell-modules
parent43e3ea03228c4fa7ada8736fad4deb3eb66724dc (diff)
downloadnixlib-242ca11b03e9540c91a696da1db3d0fd45446865.tar
nixlib-242ca11b03e9540c91a696da1db3d0fd45446865.tar.gz
nixlib-242ca11b03e9540c91a696da1db3d0fd45446865.tar.bz2
nixlib-242ca11b03e9540c91a696da1db3d0fd45446865.tar.lz
nixlib-242ca11b03e9540c91a696da1db3d0fd45446865.tar.xz
nixlib-242ca11b03e9540c91a696da1db3d0fd45446865.tar.zst
nixlib-242ca11b03e9540c91a696da1db3d0fd45446865.zip
base-compat: Add missing build tool dependency
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 812711ddcb57..6e582454e9ce 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1101,6 +1101,9 @@ self: super: {
   hspec-core = self.hspec-core_2_5_1;
   hspec-discover = self.hspec-discover_2_5_1;
   hspec-smallcheck = self.hspec-smallcheck_0_5_2;
+
+  # The build-tool-depends this hacks around has been added on master.
+  base-compat = addTestToolDepend super.base-compat self.hspec-discover;
 }
 
 //