commit:     18f884a0998d26bf69915d35d99a73dc6d346c43
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 13 12:57:25 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 07:05:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f884a0

dev-haskell/encoding: remove unused patch

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../encoding/files/encoding-0.8.2-cabal22.patch    | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch 
b/dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch
deleted file mode 100644
index bc1614deb71..00000000000
--- a/dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/Setup.hs b/Setup.hs
-index de719e6..e58a316 100644
---- a/Setup.hs
-+++ b/Setup.hs
-@@ -1 +1,2 @@
-+{-# LANGUAGE CPP #-}
- module Main where
-@@ -6,2 +7,11 @@ import Data.Encoding.Preprocessor.XMLMappingBuilder
- 
-+#if MIN_VERSION_Cabal(2,2,0)
-+main = defaultMainWithHooks (simpleUserHooks
-+                             {hookedPreProcessors = (("mapping",\_ _ _ -> 
mappingPreprocessor)
-+                                                     :("mapping2",\_ _ _ -> 
mappingPreprocessor)
-+                                                     :("xml",\_ _ _ -> 
xmlPreprocessor)
-+                                                     :(hookedPreProcessors 
simpleUserHooks)
-+                                                    )
-+                             })
-+#else
- main = defaultMainWithHooks (simpleUserHooks
-@@ -13 +23,2 @@ main = defaultMainWithHooks (simpleUserHooks
-                              })
-+#endif

Reply via email to