From c0a9f2400f704c438b0cef4f4105e7bb6c3cbbff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Aug 2022 14:43:09 +0100 Subject: gentoo auto-resync : 22:08:2022 - 14:43:09 --- dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch (limited to 'dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch') diff --git a/dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch b/dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch deleted file mode 100644 index 1c6c599b9cd7..000000000000 --- a/dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Setup.lhs -+++ b/Setup.lhs -@@ -3,5 +3,10 @@ - \begin{code} -+{-# LANGUAGE CPP #-} - import Distribution.Simple(defaultMainWithHooks ,simpleUserHooks ,preConf) - import Distribution.Simple.Setup(ConfigFlags) -+#if MIN_VERSION_Cabal(2,2,0) -+import Distribution.PackageDescription.PrettyPrint(writeHookedBuildInfo) -+#else - import Distribution.PackageDescription.Parse(writeHookedBuildInfo) -+#endif - import Distribution.PackageDescription -- cgit v1.2.3