haskellPackages.bitwise-enum: Fix build

This commit is contained in:
Silvan Mosberger 2020-02-21 04:42:16 +01:00 committed by Peter Simons
parent df0392dc3c
commit 87fc484219

View File

@ -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