From 81be22b67b78f5b35dac6c603c9dbb64f79b74bf Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 29 Sep 2019 20:02:02 +0200 Subject: [PATCH] dev-haskell/quickcheck: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/13093 Signed-off-by: Sergei Trofimovich --- .../files/quickcheck-1.2.0.1-ghc-7.10.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch diff --git a/dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch b/dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch deleted file mode 100644 index 61056fc3ef46..000000000000 --- a/dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Test/QuickCheck.hs b/Test/QuickCheck.hs -index 1f8b3b9..27138ab 100644 ---- a/Test/QuickCheck.hs -+++ b/Test/QuickCheck.hs -@@ -75 +75,2 @@ import Data.List( group, sort, intersperse ) --import Control.Monad( liftM2, liftM3, liftM4 ) -+import Control.Applicative -+import Control.Monad( liftM2, liftM3, liftM4, ap ) -@@ -115,0 +117,4 @@ instance Functor Gen where -+instance Applicative Gen where -+ pure = return -+ (<*>) = ap -- defined in Control.Monad -+ -- 2.26.2