about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-28 16:25:12 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-02 15:55:43 -0400
commitc4431d301ae8ed6730d5b5af5698ac83b01271ac (patch)
tree7a3e0fcc2060fed51ec666e4aa939dd266e89504 /pkgs/development/haskell-modules/configuration-common.nix
parent10f10638d88c3704b67c6597a6e59eb27b2dd097 (diff)
downloadnixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.tar
nixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.tar.gz
nixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.tar.bz2
nixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.tar.lz
nixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.tar.xz
nixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.tar.zst
nixlib-c4431d301ae8ed6730d5b5af5698ac83b01271ac.zip
haskell-modules: Add test tool depend for modern-uri
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5cde3565f929..eeaa972fe507 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1165,6 +1165,7 @@ self: super: {
   text-regex-replace = addTestToolDepend super.text-regex-replace self.hspec-discover;
   system-extra = addTestToolDepend super.system-extra self.hspec-discover;
   t3-game = addTestToolDepend super.t3-game self.hspec-discover;
+  modern-uri = addTestToolDepend super.modern-uri self.hspec-discover;
 
 }