summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2016-09-07 19:15:43 +0200
committerDaiderd Jordan <daiderd@gmail.com>2016-09-07 19:15:47 +0200
commit985a260a1227114ed7bbe34668d57315887189c0 (patch)
treec990253db11797cbf5dc20636e294a138daba71b /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentdd98b6fb9f35544201ed66733af40ff822ba8c36 (diff)
downloadnixlib-985a260a1227114ed7bbe34668d57315887189c0.tar
nixlib-985a260a1227114ed7bbe34668d57315887189c0.tar.gz
nixlib-985a260a1227114ed7bbe34668d57315887189c0.tar.bz2
nixlib-985a260a1227114ed7bbe34668d57315887189c0.tar.lz
nixlib-985a260a1227114ed7bbe34668d57315887189c0.tar.xz
nixlib-985a260a1227114ed7bbe34668d57315887189c0.tar.zst
nixlib-985a260a1227114ed7bbe34668d57315887189c0.zip
haskellPackages.texmath: fix ghc710x build inputs
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.nix1
1 files changed, 1 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 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]);