# Compiling Time: 0.02 SBU # Maintainer: DeX77 pkgname=haskell-happy-lib pkgver=2.1.5 pkgrel=1 pkgdesc="Happy is a parser generator for Haskell implemented using this library" groups=('devel-extra') archs=('x86_64') depends=('ghc>=9.12.2') _F_haskell_setup="Setup.hs" Finclude haskell source+=(build.patch) sha1sums=('269b1f4c91e736df6c4e0cba7e49e09a99085977' \ 'db7388950c162c48aa7fe1763ab9352088d3b20c') build() { Fcd Fpatchall runhaskell $_F_haskell_setup configure $_F_haskell_confopts || Fdie runhaskell $_F_haskell_setup build || Fdie runhaskell $_F_haskell_setup copy --destdir=$Fdestdir } # optimization OK