From 3c2c13a2f919ea158f1a2247b9f39104b2ed0377 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Sep 2015 10:42:16 +0200 Subject: [PATCH] xss-sanitize: fix build with old compilers --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index c583dba87a91..e5f5d3c953a9 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -134,5 +134,8 @@ self: super: { hxt_9_3_1_7 = addBuildDepend super.hxt_9_3_1_7 self.network; hxt_9_3_1_10 = addBuildDepend super.hxt_9_3_1_10 self.network; hxt_9_3_1_12 = addBuildDepend super.hxt_9_3_1_12 self.network; + xss-sanitize = addBuildDepend super.xss-sanitize self.network; + xss-sanitize_0_3_5_4 = addBuildDepend super.xss-sanitize_0_3_5_4 self.network; + xss-sanitize_0_3_5_5 = addBuildDepend super.xss-sanitize_0_3_5_5 self.network; }