haskell-ip: update override for the latest version
This commit is contained in:
parent
bde87d5cbe
commit
d9efb35842
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ self: super: {
|
|||
constraints-deriving = dontCheck super.constraints-deriving;
|
||||
|
||||
# The old LTS-13.x version does not compile.
|
||||
ip = self.ip_1_5_0;
|
||||
ip = self.ip_1_5_1;
|
||||
|
||||
# Needs deque >= 0.3, but latest version on stackage is 2.7
|
||||
butcher = super.butcher.override { deque = self.deque_0_4_2_3; };
|
||||
|
|
Loading…
Reference in a new issue