Skip to content

Commit

Permalink
Merge pull request #104739 from svmhdvn/haskell-updates
Browse files Browse the repository at this point in the history
haskellPackages.pipes-text: unbreak
  • Loading branch information
cdepillabout committed Nov 24, 2020
2 parents fdb2e0f + da57980 commit 0ba93f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1502,4 +1502,7 @@ self: super: {
excludes = [ "stack.yaml" "sources.json" "src/Cachix/Types/Session.hs" "src/Cachix/API/Signing.hs" "cachix-api.cabal" "workflows/test.yml" ];
});

# 2020-11-23: Jailbreaking until: https://github.com/michaelt/text-pipes/pull/29
pipes-text = doJailbreak super.pipes-text;

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -8699,7 +8699,6 @@ broken-packages:
- pipes-s3
- pipes-shell
- pipes-sqlite-simple
- pipes-text
- pipes-transduce
- pipes-vector
- pipes-zeromq4
Expand Down

0 comments on commit 0ba93f0

Please sign in to comment.