summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-06-12 19:50:10 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-06-12 19:50:10 +0000
commit1c78b5f029a26789c22f6004fa1702f28a6e348a (patch)
treea620b851f18619689db6e3c22d9d90e61f679cf5 /dev-haskell/hdbc/files
parentAdd dependency on app-arch/unzip, bug #371217. (diff)
downloadgentoo-2-1c78b5f029a26789c22f6004fa1702f28a6e348a.tar.gz
gentoo-2-1c78b5f029a26789c22f6004fa1702f28a6e348a.tar.bz2
gentoo-2-1c78b5f029a26789c22f6004fa1702f28a6e348a.zip
Version bump. Requested by Christopher Howard (bug #367211). Removed old versions.
(Portage version: 2.1.10.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hdbc/files')
-rw-r--r--dev-haskell/hdbc/files/hdbc-2.2.7.0-fix-fbuildtests.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-haskell/hdbc/files/hdbc-2.2.7.0-fix-fbuildtests.patch b/dev-haskell/hdbc/files/hdbc-2.2.7.0-fix-fbuildtests.patch
new file mode 100644
index 000000000000..e43398c6060b
--- /dev/null
+++ b/dev-haskell/hdbc/files/hdbc-2.2.7.0-fix-fbuildtests.patch
@@ -0,0 +1,37 @@
+From c68a1aac64081c14739361c87fd7d8342c5382ee Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich <slyfox@gentoo.org>
+Date: Sun, 22 May 2011 12:36:02 +0300
+Subject: [PATCH] .cabal: fix depends for 'cabal configure -fbuildtests'
+
+$ cabal configure -fbuildtests
+$ cabal build
+
+Database/HDBC/SqlValue.hs:25:17:
+ Could not find module `Data.Text.Lazy':
+ It is a member of the hidden package `text-0.11.0.6'.
+ Perhaps you need to add `text' to the build-depends in your .cabal file.
+ Use -v to see a list of the files searched for.
+
+Added missing depend for test.
+
+Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
+---
+ HDBC.cabal | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/HDBC.cabal b/HDBC.cabal
+index fb7d996..5de5f3e 100644
+--- a/HDBC.cabal
++++ b/HDBC.cabal
+@@ -68,7 +68,7 @@ Executable runtests
+ Build-Depends: time<1.1.3
+ else
+ Build-Depends: base<3
+- Build-Depends: mtl, convertible >= 1.0.9.1, utf8-string
++ Build-Depends: mtl, convertible >= 1.0.9.1, utf8-string, text
+
+ -- Hack for cabal-install weirdness. cabal-install forces base 3,
+ -- though it works fine for Setup.lhs manually. Fix.
+--
+1.7.3.4
+