haskellPackages.bitwise-enum: Fix build

wip/yesman
Silvan Mosberger 4 years ago committed by Peter Simons
parent df0392dc3c
commit 87fc484219
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1467,4 +1467,7 @@ self: super: {
'';
});
# Unnecessary upper bound on vector <0.12.1
bitwise-enum = doJailbreak super.bitwise-enum;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save