commit:     a16ef916a7973707b9a5980367aca9310e07036e
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Feb  1 16:47:32 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 08:55:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16ef916

dev-haskell/linear: remove unused patch(es)

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19291
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../linear/files/linear-1.20.9-base-orphans-0.8.3.patch     | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-haskell/linear/files/linear-1.20.9-base-orphans-0.8.3.patch 
b/dev-haskell/linear/files/linear-1.20.9-base-orphans-0.8.3.patch
deleted file mode 100644
index c497de0b36a..00000000000
--- a/dev-haskell/linear/files/linear-1.20.9-base-orphans-0.8.3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/Linear/Instances.hs
-+++ b/src/Linear/Instances.hs
-@@ -21,8 +21,10 @@ import Control.Monad.Zip
- import Data.Complex
- import Data.Orphans ()
- 
-+#if ! MIN_VERSION_base_orphans(0,8,3)
- instance MonadZip Complex where
-   mzipWith = liftA2
- 
- instance MonadFix Complex where
-   mfix f = (let a :+ _ = f a in a) :+ (let _ :+ a = f a in a)
-+#endif

Reply via email to