summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-08-29 20:43:54 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-30 08:59:50 +0100
commit848082f3ba866fdae1b9c2e2c1af6cfed948f16f (patch)
treedba2250813d3ee1af8181e036f45fa8ec139e252 /dev-haskell/hdbc-mysql/files/hdbc-mysql-0.6.6.1-extralib.patch
parentdev-haskell/filestore: remove old (diff)
downloadgentoo-848082f3ba866fdae1b9c2e2c1af6cfed948f16f.tar.gz
gentoo-848082f3ba866fdae1b9c2e2c1af6cfed948f16f.tar.bz2
gentoo-848082f3ba866fdae1b9c2e2c1af6cfed948f16f.zip
dev-haskell/hdbc-mysql: remove unused patch(es)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17319 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hdbc-mysql/files/hdbc-mysql-0.6.6.1-extralib.patch')
-rw-r--r--dev-haskell/hdbc-mysql/files/hdbc-mysql-0.6.6.1-extralib.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-haskell/hdbc-mysql/files/hdbc-mysql-0.6.6.1-extralib.patch b/dev-haskell/hdbc-mysql/files/hdbc-mysql-0.6.6.1-extralib.patch
deleted file mode 100644
index 8b9993969cb3..000000000000
--- a/dev-haskell/hdbc-mysql/files/hdbc-mysql-0.6.6.1-extralib.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit d53860f7edb75873e263111129c159802b2ac5a6
-Author: Satoshi Nakamura <snakamura@infoteria.com>
-Date: Tue May 27 15:44:57 2014 +0900
-
- Add mysqlclient to Extra-Libraries
-
-diff --git a/HDBC-mysql.cabal b/HDBC-mysql.cabal
-index 2d56d8b..6a8967a 100644
---- a/HDBC-mysql.cabal
-+++ b/HDBC-mysql.cabal
-@@ -32,6 +32,7 @@ library
- time,
- utf8-string
- ghc-options: -Wall
-+ Extra-Libraries: mysqlclient
-
- source-repository head
- type: git