summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-04-26 11:23:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-04-26 11:23:32 +0200
commitde8296ece043dc999e1aa2cc7d32488d661eb2e0 (patch)
treeabf68181c84b33a8faef923126ce0ff714e37b8a /community
parent11828fa53124e682061bb74bb9525e70e42b703b (diff)
downloadpackages-de8296ece043dc999e1aa2cc7d32488d661eb2e0.tar.xz
community/haskell-hslua: added haskell-exceptions to makedepdns (temp.)
Diffstat (limited to 'community')
-rw-r--r--community/haskell-hslua/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/haskell-hslua/PKGBUILD b/community/haskell-hslua/PKGBUILD
index 6ae182bf..5aa68c34 100644
--- a/community/haskell-hslua/PKGBUILD
+++ b/community/haskell-hslua/PKGBUILD
@@ -8,5 +8,8 @@ eval "$(
'
)"
-unset check
-unset checkdepends
+# temporarily against:
+# "Setup: Encountered missing or private dependencies:
+# exceptions >=0.8 && <0.11
+makedepends+=(haskell-exceptions)
+