diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/haskell-microlens-aeson/PKGBUILD | 11 |
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/ + ' +)" |