commit: 737b68d4d1448c5cfc8f34b6f0b1d93790596da6 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Sep 4 18:20:58 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 19:42:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737b68d4
dev-haskell/regex-posix: remove unused patch(es) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> .../regex-posix/files/regex-posix-0.95.1-ghc-7.5.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-haskell/regex-posix/files/regex-posix-0.95.1-ghc-7.5.patch b/dev-haskell/regex-posix/files/regex-posix-0.95.1-ghc-7.5.patch deleted file mode 100644 index e0de5a75163..00000000000 --- a/dev-haskell/regex-posix/files/regex-posix-0.95.1-ghc-7.5.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- regex-posix-0.95.1-orig/Text/Regex/Posix/Wrap.hsc 2011-05-10 01:55:41.000000000 +1000 -+++ regex-posix-0.95.1/Text/Regex/Posix/Wrap.hsc 2012-05-13 18:06:06.314466286 +1000 -@@ -133,6 +133,9 @@ - import Foreign.Marshal.Alloc(mallocBytes) - import Foreign.C(CSize,CInt,CChar) - import Foreign.C.String(peekCAString, CString) -+#if (__GLASGOW_HASKELL__>=705) -+import Foreign.C.Types(CInt(..), CSize(..)) -+#endif - import Text.Regex.Base.RegexLike(RegexOptions(..),RegexMaker(..),RegexContext(..),MatchArray) - import qualified System.IO.Error as IOERROR(try) -
