summaryrefslogtreecommitdiff
path: root/dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch')
-rw-r--r--dev-haskell/hsql-odbc/files/hsql-odbc-1.8.2-cabal22.patch13
1 files changed, 0 insertions, 13 deletions
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