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 committed by Domen Kožar
parent 62382e6a6f
commit 2b45d39720

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 = [];
});