summaryrefslogtreecommitdiff
path: root/community/haskell-gauge/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-08 21:50:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-08 21:50:43 +0100
commit909cad4976a01b652317ba9123a4f9833fc20840 (patch)
treeb020fbfe2771d2390101c5aecb4fbfd5d47bb456 /community/haskell-gauge/PKGBUILD
parentc1473cf98b4bda7f5e7cc2503c5ef2d8e1412844 (diff)
downloadpackages-909cad4976a01b652317ba9123a4f9833fc20840.tar.xz
community/haskell-gauge: temporarily disable failing verbose/not quick test
Diffstat (limited to 'community/haskell-gauge/PKGBUILD')
-rw-r--r--community/haskell-gauge/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/haskell-gauge/PKGBUILD b/community/haskell-gauge/PKGBUILD
new file mode 100644
index 00000000..a5bd662e
--- /dev/null
+++ b/community/haskell-gauge/PKGBUILD
@@ -0,0 +1,10 @@
+# temporarily disabled 'verbose' test, see upstream:
+# https://github.com/vincenthz/hs-gauge/issues/54
+
+prepare() {
+ cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ sed -i '/test-suite verbose/, /test-suite quick/ { s/\(.*\)/#\1/ }' gauge.cabal
+ sed -i 's/#test-suite quick/test-suite quick/' gauge.cabal
+ sed -i '/^#.*/d' gauge.cabal
+}