no longer need to patch reactive-banana, latest version has all the necessary instances
This commit is contained in:
parent
62382e6a6f
commit
2b45d39720
1 changed files with 0 additions and 13 deletions
|
@ -66,19 +66,6 @@ self: super: {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
reactive-banana = overrideCabal super.reactive-banana (drv: {
|
|
||||||
patchPhase = ''
|
|
||||||
cat >> src/Reactive/Banana/Switch.hs <<EOF
|
|
||||||
instance Functor (AnyMoment Identity) where
|
|
||||||
fmap = liftM
|
|
||||||
|
|
||||||
instance Applicative (AnyMoment Identity) where
|
|
||||||
pure = return
|
|
||||||
(<*>) = ap
|
|
||||||
EOF
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
transformers-compat = overrideCabal super.transformers-compat (drv: {
|
transformers-compat = overrideCabal super.transformers-compat (drv: {
|
||||||
configureFlags = [];
|
configureFlags = [];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue