about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-28 17:09:41 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-02 15:55:48 -0400
commitfb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90 (patch)
treec50da121b1aa8e63075187d319cab0aa3f8d04a0 /pkgs/development/haskell-modules
parentc4431d301ae8ed6730d5b5af5698ac83b01271ac (diff)
downloadnixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.tar
nixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.tar.gz
nixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.tar.bz2
nixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.tar.lz
nixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.tar.xz
nixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.tar.zst
nixlib-fb94cd9b5121d1d7d70e15ddad1a3bf4e15a5f90.zip
haskell-modules: Add pandoc for heist
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 eeaa972fe507..3a57209c880c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1166,6 +1166,7 @@ self: super: {
   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;
+  heist = addTestToolDepend super.heist pkgs.pandoc;
 
 }