hackagePackages: Fix build for butcher (-> brittany as well)
This commit is contained in:
committed by
Peter Simons
parent
1277acca9b
commit
9d79dc5fb8
@@ -1314,4 +1314,7 @@ self: super: {
|
||||
# The old LTS-13.x version does not compile.
|
||||
ip = self.ip_1_5_0;
|
||||
|
||||
# Needs deque >= 0.3, but latest version on stackage is 2.7
|
||||
butcher = super.butcher.override { deque = self.deque_0_4_2_3; };
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
||||
Reference in New Issue
Block a user