summaryrefslogtreecommitdiff
path: root/community/haskell-microlens-aeson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-microlens-aeson/PKGBUILD')
-rw-r--r--community/haskell-microlens-aeson/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/haskell-microlens-aeson/PKGBUILD b/community/haskell-microlens-aeson/PKGBUILD
new file mode 100644
index 00000000..b2ec4faa
--- /dev/null
+++ b/community/haskell-microlens-aeson/PKGBUILD
@@ -0,0 +1,11 @@
+# testsuite fails due to random ordering:
+# https://github.com/fosskers/microlens-aeson/issues/1
+
+unset check
+unset checkdepends
+eval "$(
+ declare -f build | \
+ sed '
+ s/\s--enable-tests\([[:space:];]\)/\1/
+ '
+)"