summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-04-03 23:33:22 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2015-04-07 10:50:15 -0400
commit9abd483f7e2c6b73af07f30ca0c6242891a57786 (patch)
treee9ed4a5bc8428d180bb0aa9705d9ecdee43e1067 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent4ebc94db5bc2bcc154e1248475ee6b73f944c545 (diff)
downloadnixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.tar
nixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.tar.gz
nixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.tar.bz2
nixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.tar.lz
nixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.tar.xz
nixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.tar.zst
nixpkgs-9abd483f7e2c6b73af07f30ca0c6242891a57786.zip
haskell: use HStringTemplate 0.8.3 on GHC 7.10.x
fixes taffybar
closes #7161
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 d93b84be004..303b8c06f9f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -137,6 +137,8 @@ self: super: {
   # Cabal_1_22_1_1 requires filepath >=1 && <1.4
   cabal-install = dontCheck (super.cabal-install.override { Cabal = null; });
 
+  HStringTemplate = self.HStringTemplate_0_8_3;
+
   # We have Cabal 1.22.x.
   jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };