index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/haskell-hslua/PKGBUILD | 7 |
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) + |