Package Details: haskell-bindings-dsl 1.0.21-1

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: custom:BSD3
Submitter: None
Maintainer: srg
Last Packager: None
Votes: 2
First Submitted: 2010-01-18 08:05
Last Updated: 2014-03-20 13:29

Latest Comments

Comment by srg

2014-03-20 13:31

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.

Comment by weltensegler

2014-03-20 13:19

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

2014-03-20 13:17

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é