Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/haskell-gauge/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-gauge/PKGBUILD')
-rw-r--r--community/haskell-gauge/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/haskell-gauge/PKGBUILD b/community/haskell-gauge/PKGBUILD
deleted file mode 100644
index eeba4490..00000000
--- a/community/haskell-gauge/PKGBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# temporarily disabled 'verbose' test, see upstream:
-# https://github.com/vincenthz/hs-gauge/issues/54
-
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $i 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
- '
-)"