summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-02 11:03:25 +0100
committerRobin Gloster <mail@glob.in>2017-03-02 11:03:25 +0100
commitec98c1d8f41a29fb4763ab629032ece46fc573dc (patch)
tree50ce4b131cd5fccde50efa31c632c3d15aeeca8c /pkgs/development
parent9addeafe1a70a138ef6bb6b7f300634285b1b47e (diff)
downloadnixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.tar
nixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.tar.gz
nixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.tar.bz2
nixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.tar.lz
nixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.tar.xz
nixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.tar.zst
nixlib-ec98c1d8f41a29fb4763ab629032ece46fc573dc.zip
haskellPackages.cabal-lenses: add comment to upstream issue
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7fbdd3d3c498..0c62c187ac02 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -879,6 +879,7 @@ self: super: {
   # https://github.com/haskell-distributed/rank1dynamic/issues/17
   rank1dynamic = doJailbreak super.rank1dynamic;
 
+  # https://github.com/dan-t/cabal-lenses/issues/6
   cabal-lenses = doJailbreak super.cabal-lenses;
 
   # https://github.com/snoyberg/yaml/issues/106