From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- .../encoding/files/encoding-0.8.2-cabal22.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch (limited to 'dev-haskell/encoding/files') 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 -- cgit v1.2.3