Skip to content

Commit

Permalink
profiteur: jailbreak and un-break
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Jan 8, 2021
1 parent c6bed7e commit 662eba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1552,4 +1552,8 @@ self: super: {
servant-client = doJailbreak super.servant-client;
servant-client-core = doJailbreak super.servant-client-core;

# overly strict dependency on aeson
# https://github.com/jaspervdj/profiteur/issues/33
profiteur = doJailbreak (super.profiteur);

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Expand Up @@ -8975,7 +8975,6 @@ broken-packages:
- prof-flamegraph
- prof2dot
- prof2pretty
- profiteur
- profunctor-monad
- progress
- progress-meter
Expand Down

0 comments on commit 662eba1

Please sign in to comment.