Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/linear/files/
Date: Tue, 02 Feb 2021 08:55:57
Message-Id: 1612256148.a16ef916a7973707b9a5980367aca9310e07036e.slyfox@gentoo
1 commit: a16ef916a7973707b9a5980367aca9310e07036e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 1 16:47:32 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 08:55:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16ef916
7
8 dev-haskell/linear: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/19291
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 .../linear/files/linear-1.20.9-base-orphans-0.8.3.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 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
19 deleted file mode 100644
20 index c497de0b36a..00000000000
21 --- a/dev-haskell/linear/files/linear-1.20.9-base-orphans-0.8.3.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 ---- a/src/Linear/Instances.hs
25 -+++ b/src/Linear/Instances.hs
26 -@@ -21,8 +21,10 @@ import Control.Monad.Zip
27 - import Data.Complex
28 - import Data.Orphans ()
29 -
30 -+#if ! MIN_VERSION_base_orphans(0,8,3)
31 - instance MonadZip Complex where
32 - mzipWith = liftA2
33 -
34 - instance MonadFix Complex where
35 - mfix f = (let a :+ _ = f a in a) :+ (let _ :+ a = f a in a)
36 -+#endif