From 985a260a1227114ed7bbe34668d57315887189c0 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 7 Sep 2016 19:15:43 +0200 Subject: haskellPackages.texmath: fix ghc710x build inputs --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix') 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 211817baa9ed..b403f2d79f71 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -212,6 +212,7 @@ self: super: { hslogger = addBuildDepend super.hslogger self.HUnit; semigroups_0_18_1 = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]); semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]); + texmath = addBuildDepend super.texmath self.network-uri; intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]); Glob_0_7_10 = addBuildDepends super.Glob_0_7_10 (with self; [semigroups]); Glob = addBuildDepends super.Glob (with self; [semigroups]); -- cgit 1.4.1