summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-06-25 17:13:05 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-02 15:52:47 -0400
commitc4d43761c12151cfcaf4a0bf35b768ad272b4a3c (patch)
tree79cadc3863c2dcf1885ef46cadc6c7466c834927 /pkgs/development/haskell-modules/configuration-common.nix
parentfea9a71ff466c52f6dc6946c93b726d5e6b127a5 (diff)
downloadnixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.tar
nixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.tar.gz
nixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.tar.bz2
nixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.tar.lz
nixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.tar.xz
nixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.tar.zst
nixlib-c4d43761c12151cfcaf4a0bf35b768ad272b4a3c.zip
haskell with-location: Link upstreaming attempt
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 0aa0f5fea57b..38ee3d2ff303 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1084,6 +1084,7 @@ self: super: {
 
   # The build-tool-depends this hacks around has been added on master.
   base-compat = addTestToolDepend super.base-compat self.hspec-discover;
+  # https://github.com/sol/with-location/pull/1
   with-location = addTestToolDepend super.with-location self.hspec-discover;
   text-conversions = addTestToolDepend super.text-conversions self.hspec-discover;
   logging-facade = addTestToolDepend super.logging-facade self.hspec-discover;