Skip to content

Commit

Permalink
haskellPackages.cabal-lenses: add comment to upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 2, 2017
1 parent 9addeaf commit ec98c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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
Expand Down

2 comments on commit ec98c1d

@peti
Copy link
Member

@peti peti commented on ec98c1d Mar 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@globin
Copy link
Member Author

@globin globin commented on ec98c1d Mar 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry had opened the issue and forgotten the comment \o/

Please sign in to comment.