no longer need to patch reactive-banana, latest version has all the necessary instances

This commit is contained in:
Richard Wallace 2015-05-08 23:17:47 -07:00
parent e50afd12b7
commit b5f2fd7220

View file

@ -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: {
configureFlags = [];
});