summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2020-06-05 01:32:00 +0300
committerPeter Simons <simons@cryp.to>2020-06-05 21:58:25 +0200
commit45e5b8e3fc4945c957078eefdb6a8ef0ff625278 (patch)
treee912d5aba79cae855182e04639f71b8de13aec60 /pkgs/development/haskell-modules/configuration-common.nix
parent9acb30e053110a5365f83c866d61f3d86648b1d2 (diff)
downloadnixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.tar
nixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.tar.gz
nixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.tar.bz2
nixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.tar.lz
nixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.tar.xz
nixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.tar.zst
nixpkgs-45e5b8e3fc4945c957078eefdb6a8ef0ff625278.zip
generic-lens: change upstream report link to relevant
M  pkgs/development/haskell-modules/configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1684cdeceef..2d257f318e0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1098,7 +1098,8 @@ self: super: {
     # Generate shell completions
     generateOptparseApplicativeCompletion "purs" dontHaddockPurescript;
 
-  # https://github.com/kcsongor/generic-lens/pull/65
+  # 2020-06-05: HACK: Package can not pass test suite,
+  # Upstream Report: https://github.com/kcsongor/generic-lens/issues/83
   generic-lens = dontCheck super.generic-lens;
 
   # https://github.com/danfran/cabal-macosx/issues/13