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-25 16:58:17 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-02 15:52:22 -0400
commit160894db3528ef0cce9407c1d30d4156605c3452 (patch)
treea05134876322b3dd6a771ac2609bfd9486a79701 /pkgs/development/haskell-modules/configuration-common.nix
parent9ef816e776281963e4780e8779961bc2d0e9f554 (diff)
downloadnixlib-160894db3528ef0cce9407c1d30d4156605c3452.tar
nixlib-160894db3528ef0cce9407c1d30d4156605c3452.tar.gz
nixlib-160894db3528ef0cce9407c1d30d4156605c3452.tar.bz2
nixlib-160894db3528ef0cce9407c1d30d4156605c3452.tar.lz
nixlib-160894db3528ef0cce9407c1d30d4156605c3452.tar.xz
nixlib-160894db3528ef0cce9407c1d30d4156605c3452.tar.zst
nixlib-160894db3528ef0cce9407c1d30d4156605c3452.zip
text-conversions: add hspec-discover
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 7b992dfc0167..92d1ff8eb1e7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1105,6 +1105,7 @@ self: super: {
   # The build-tool-depends this hacks around has been added on master.
   base-compat = addTestToolDepend super.base-compat self.hspec-discover;
   with-location = addTestToolDepend super.with-location self.hspec-discover;
+  text-conversions = addTestToolDepend super.text-conversions self.hspec-discover;
 }
 
 //