haskellPackages.bitwise-enum: Fix build
This commit is contained in:
parent
df0392dc3c
commit
87fc484219
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue