Hi, André.
Thank you for the comment. I've updated the PKGBUILD to use the latest version of the package and to respect PKGBUILD_HASKELL_ENABLE_PROFILING variable.
Search Criteria
Package Details: haskell-bindings-dsl 1.0.21-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-06-29)
| Package Base: | haskell-bindings-dsl |
|---|---|
| Description: | FFI domain specific language, on top of hsc2hs. |
| Upstream URL: | http://hackage.haskell.org/package/bindings-DSL |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | srg |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2010-01-18 08:05 |
| Last Updated: | 2014-03-20 13:29 |
Dependencies (1)
Required by (2)
Sources
Latest Comments
Comment by srg
Comment by weltensegler
I forgot to link to an example. An example can be found in the PKGBUILD of the package "haskell-void" at:
https://aur.archlinux.org/packages/haskell-void/
Also see the comments on this packages page.
Regards,
André
Comment by weltensegler
Hello,
i noticed that the PKGBUILD needs updating:
The configure command needs to have "${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p }" added to it, e.g. "runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs ...".
This allows the user to set the PKGBUILD_HASKELL_ENABLE_PROFILING environment variable in order to enable profiling support when the package is build.
Regards,
André