about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-06-11 15:40:43 +0200
committerPeter Simons <simons@cryp.to>2016-06-12 08:37:05 +0200
commitcc09d421f2bb3269b59949050e81772c6451be5c (patch)
tree1d576eec34730d2f43d0cd62b329d0d4f6ba4247 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent71f00921435ebdb3e3437b605e8616f3fc3a2579 (diff)
downloadnixlib-cc09d421f2bb3269b59949050e81772c6451be5c.tar
nixlib-cc09d421f2bb3269b59949050e81772c6451be5c.tar.gz
nixlib-cc09d421f2bb3269b59949050e81772c6451be5c.tar.bz2
nixlib-cc09d421f2bb3269b59949050e81772c6451be5c.tar.lz
nixlib-cc09d421f2bb3269b59949050e81772c6451be5c.tar.xz
nixlib-cc09d421f2bb3269b59949050e81772c6451be5c.tar.zst
nixlib-cc09d421f2bb3269b59949050e81772c6451be5c.zip
haskell-hslogger: fix LTS build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 2e7ac52c8de6..101277c1c998 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -207,9 +207,11 @@ self: super: {
   aeson = disableCabalFlag (addBuildDepend super.aeson self.semigroups) "old-locale";
   case-insensitive = addBuildDepend super.case-insensitive self.semigroups;
   bytes = addBuildDepend super.bytes self.doctest;
+  hslogger = addBuildDepend super.hslogger self.HUnit;
   semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
   intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
 
   # Moved out from common as no longer the case for GHC8
   ghc-mod = super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; };
+
 }