1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
6 pkgdesc="Haskell IDE written in Haskell"
7 url="http://hackage.haskell.org/package/${_hkgname}"
10 makedepends=('ghc' 'haskell-cabal=1.8.0.6' 'haskell-array=0.3.0.1' 'haskell-binary<0.6' 'haskell-binary-shared<=0.9' 'haskell-bytestring=0.9.1.7' 'haskell-containers=0.3.0.0' 'haskell-deepseq=1.1.0.0' 'haskell-directory=1.0.1.1' 'haskell-filepath=1.1.0.4' 'haskell-glib<0.12' 'haskell-gtk<0.12' 'haskell-gtksourceview2<0.12' 'haskell-hslogger<1.1' 'haskell-leksah-server<0.9' 'haskell-ltk<0.9' 'haskell-mtl<1.2' 'haskell-network=2.2.1.7' 'haskell-old-time=1.0.0.5' 'haskell-parsec=2.1.0.1' 'haskell-pretty=1.0.1.1' 'haskell-process-leksah<1.1' 'haskell-regex-base=0.93.2' 'haskell-regex-tdfa<1.2' 'haskell-time=1.1.4' 'haskell-unix=2.4.0.2' 'haskell-utf8-string<0.4')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
15 cd ${srcdir}/${_hkgname}-${pkgver}
16 runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O
17 runhaskell Setup build
20 cd ${srcdir}/${_hkgname}-${pkgver}
21 runhaskell Setup copy --destdir=${pkgdir}
23 md5sums=('bc3d6cc3f45e85f2b317f4c804c87c70')