summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-22 12:06:28 +0200
committerPeter Simons <simons@cryp.to>2015-05-22 16:35:55 +0200
commit4e3669b6eae36e7c5091881751c3ddc6fb61462a (patch)
treeeb1ac715d07464cbc11aa1ef92cd42d7d6c52acb /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent791e865c3edddc57f6dbadb7fe1c2695eb91e5e6 (diff)
downloadnixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.tar
nixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.tar.gz
nixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.tar.bz2
nixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.tar.lz
nixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.tar.xz
nixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.tar.zst
nixlib-4e3669b6eae36e7c5091881751c3ddc6fb61462a.zip
haskell-configuration-ghc-7.10.x: update ticket URL for ghc-mod
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, 1 insertions, 1 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 b1bd3fda7fe1..178a5906e6cb 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -212,7 +212,7 @@ self: super: {
   pell = dontDistribute super.pell;
   quadratic-irrational = dontDistribute super.quadratic-irrational;
 
-  # https://github.com/kazu-yamamoto/ghc-mod/issues/467
+  # https://github.com/kazu-yamamoto/ghc-mod/issues/437
   ghc-mod = markBroken super.ghc-mod;
   HaRe = dontDistribute super.HaRe;
   ghc-imported-from = dontDistribute super.ghc-imported-from;