From 800b27cfe8e8478d3dea664b8cf72d8cd18fb69f Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 27 Jul 2016 19:04:37 +0200 Subject: dev-haskell/options: remove unused patch Signed-off-by: Patrice Clement --- .../options/files/options-1.2.1-ghc-7.10.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 dev-haskell/options/files/options-1.2.1-ghc-7.10.patch (limited to 'dev-haskell') diff --git a/dev-haskell/options/files/options-1.2.1-ghc-7.10.patch b/dev-haskell/options/files/options-1.2.1-ghc-7.10.patch deleted file mode 100644 index 9578c926528..00000000000 --- a/dev-haskell/options/files/options-1.2.1-ghc-7.10.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- options-1.2.1-orig/lib/Options/Tokenize.hs 2014-12-14 16:34:53.000000000 +1100 -+++ options-1.2.1/lib/Options/Tokenize.hs 2015-01-02 00:14:05.390013340 +1100 -@@ -11,6 +11,7 @@ - , tokenize - ) where - -+import Control.Applicative - import Control.Monad.Error hiding (throwError) - import qualified Control.Monad.Error - import Control.Monad.State -@@ -53,6 +54,13 @@ - - newtype Tok a = Tok { unTok :: ErrorT String (StateT TokState Identity) a } - -+instance Functor Tok where -+ fmap = liftM -+ -+instance Applicative Tok where -+ pure = return -+ (<*>) = ap -+ - instance Monad Tok where - return = Tok . return - m >>= f = Tok (unTok m >>= unTok . f) -- cgit v1.2.1