summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-06-04 10:18:02 +0200
committerPeter Simons <simons@cryp.to>2019-06-07 10:07:39 +0200
commit86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c (patch)
treedeb0e7bc923269acc7cafb80edac502d85e4002e /pkgs/development
parent48ba8a4fb5d65b46242485fa9d870cd3eda460b4 (diff)
downloadnixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.tar
nixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.tar.gz
nixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.tar.bz2
nixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.tar.lz
nixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.tar.xz
nixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.tar.zst
nixpkgs-86d1fe06f30c5e6ae41f07a12c60390d5f49cd4c.zip
haskell-configuration-common: cosmetic
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8d61454a5f6..89fa08eb1bb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1186,7 +1186,7 @@ self: super: {
   # https://github.com/mgajda/json-autotype/issues/25
   json-autotype = dontCheck super.json-autotype;
 
-  # The LTS-12.x version doesn't suffice to build hlint, hoogle, etc.
+  # The LTS-13.x version doesn't suffice to build hlint, hoogle, etc.
   hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
   hoogle = super.hoogle.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });