haskellPackages.blas-hs: unbreak

wip/yesman
Siva Mahadevan 4 years ago committed by Peter Simons
parent 79e9ab2828
commit b8896bc35d
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -1505,4 +1505,7 @@ self: super: {
# 2020-11-23: Jailbreaking until: https://github.com/michaelt/text-pipes/pull/29
pipes-text = doJailbreak super.pipes-text;
# 2020-11-23: https://github.com/Rufflewind/blas-hs/issues/8
blas-hs = dontCheck super.blas-hs;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -3545,7 +3545,6 @@ broken-packages:
- blakesum
- blakesum-demo
- blas
- blas-hs
- BlastHTTP
- blastxml
- blatex

Loading…
Cancel
Save