tensor5 / haskell-happstack

[haskell-happstack] repository for Arch Linux
https://github.com/tensor5/haskell-happstack
7 stars 3 forks source link

[haskell-happstack] repository for Arch Linux

This repository contains several Haskell packages for web development, including most of Happstack, Gitit and clckwrks. It also contains other Haskell packages not directly related to the web; the complete list is in the buildorder file. In order to use it, the [haskell-core] repository must be enabled in /etc/pacman.conf:

[haskell-core]
Server = http://xsounds.org/~haskell/core/$arch

[haskell-happstack]
Server = http://noaxiom.org/$repo/$arch

Add and sign the PGP key:

# pacman-key -r B0544167
# pacman-key --lsign-key B0544167

To build and maintain the repository we use cblrepo and the makeahpkg script taken from habs:

# cblrepo pkgbuild $(<buildorder)
# ./makeahpkg -c $(<buildorder)

Check habs for more details on makeahpkg usage.