Merge pull request #7772 from purefn/master

no longer need to patch reactive-banana, latest version has all the n…
This commit is contained in:
Peter Simons 2015-05-09 11:23:00 +02:00
commit e2f7980118

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