mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
ghc841 | either: pin to v5
This commit is contained in:
parent
14464b1dc5
commit
1aada58c2b
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ self: super: {
|
|||
doCheck = false;
|
||||
});
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## Setup: Encountered missing dependencies:
|
||||
## free >=4.9 && <5
|
||||
either = super.either_5;
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## • Could not deduce (Semigroup (IterT m a))
|
||||
## arising from the superclasses of an instance declaration
|
||||
|
|
Loading…
Reference in a new issue