about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-24 13:45:42 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 14:37:14 +0100
commitadff1a2b354862f36b80bf6b8e46c68049e62026 (patch)
tree8387e608472332b1f017745abcf6423716b76528 /pkgs/development/haskell-modules
parent258bc139660f357ba8145db8501c350731edc247 (diff)
downloadnixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.tar
nixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.tar.gz
nixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.tar.bz2
nixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.tar.lz
nixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.tar.xz
nixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.tar.zst
nixlib-adff1a2b354862f36b80bf6b8e46c68049e62026.zip
haskell-HStringTemplate: update to latest version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix2
1 files changed, 1 insertions, 1 deletions
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 96447d9d90bb..e698df7e9b22 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -53,7 +53,7 @@ self: super: {
   });                           # warning: "Module ‘Control.Monad.Error’ is deprecated"
 
   # Depends on time == 0.1.5, which we don't have.
-  HStringTemplate_0_8_1 = dontDistribute super.HStringTemplate_0_8_1;
+  HStringTemplate_0_8_3 = dontDistribute super.HStringTemplate_0_8_3;
 
   # This is part of bytestring in our compiler.
   bytestring-builder = dontHaddock super.bytestring-builder;