diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-13 14:57:25 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-14 08:05:39 +0100 |
commit | 18f884a0998d26bf69915d35d99a73dc6d346c43 (patch) | |
tree | 666096cd463f011900f73c7ee64d5329ee370ef0 /dev-haskell | |
parent | dev-haskell/cabal-install: remove unused patch (diff) | |
download | gentoo-18f884a0998d26bf69915d35d99a73dc6d346c43.tar.gz gentoo-18f884a0998d26bf69915d35d99a73dc6d346c43.tar.bz2 gentoo-18f884a0998d26bf69915d35d99a73dc6d346c43.zip |
dev-haskell/encoding: remove unused patch
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch | 22 |
1 files changed, 0 insertions, 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 bc1614deb71e..000000000000 --- 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 |