From 535a199805fff10b83fc2b2842ce0150170fa0c1 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 10 May 2016 22:00:50 +0100 Subject: dev-haskell/shelly: bump up to 1.6.6 Package-Manager: portage-2.2.28 --- dev-haskell/shelly/files/shelly-1.6.5-ghc-8.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-haskell/shelly/files/shelly-1.6.5-ghc-8.patch (limited to 'dev-haskell/shelly/files') diff --git a/dev-haskell/shelly/files/shelly-1.6.5-ghc-8.patch b/dev-haskell/shelly/files/shelly-1.6.5-ghc-8.patch new file mode 100644 index 000000000000..75d56220e38c --- /dev/null +++ b/dev-haskell/shelly/files/shelly-1.6.5-ghc-8.patch @@ -0,0 +1,16 @@ +diff --git a/src/Shelly/Lifted.hs b/src/Shelly/Lifted.hs +index 825201d..cdca61b 100644 +--- a/src/Shelly/Lifted.hs ++++ b/src/Shelly/Lifted.hs +@@ -2,4 +2,4 @@ + FlexibleInstances, FlexibleContexts, IncoherentInstances, +- TypeFamilies, ExistentialQuantification, RankNTypes, +- ImpredicativeTypes #-} ++ TypeFamilies, ExistentialQuantification, RankNTypes ++ #-} + {-# OPTIONS_GHC -fno-warn-orphans #-} +@@ -299,3 +299,3 @@ instance (MonadShControl m, Monoid w) + controlSh :: MonadShControl m => ((forall x. m x -> Sh (ShM m x)) -> Sh (ShM m a)) -> m a +-controlSh = liftShWith >=> restoreSh ++controlSh r = liftShWith r >>= restoreSh + {-# INLINE controlSh #-} -- cgit v1.2.3-65-gdbad