diff options
Diffstat (limited to 'extra/haskell-platform/PKGBUILD')
-rw-r--r-- | extra/haskell-platform/PKGBUILD | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/extra/haskell-platform/PKGBUILD b/extra/haskell-platform/PKGBUILD new file mode 100644 index 000000000..57a3a2c9b --- /dev/null +++ b/extra/haskell-platform/PKGBUILD @@ -0,0 +1,39 @@ +# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> +pkgname=haskell-platform +pkgver=2011.2.0.0 +pkgrel=2.1 +pkgdesc="The Haskell Platform" +url="http://hackage.haskell.org/platform/" +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=7.0.2' + 'haskell-glut=2.1.2.1' + 'haskell-http=4000.1.1' + 'haskell-hunit=1.2.2.3' + 'haskell-opengl=2.2.3.0' + 'haskell-quickcheck=2.4.0.1' + 'haskell-cgi=3001.1.7.4' + 'haskell-deepseq=1.1.0.2' + 'haskell-fgl=5.4.2.3' + 'haskell-haskell-src=1.0.1.4' + 'haskell-html=1.0.1.2' + 'haskell-mtl=2.0.1.0' + 'haskell-network=2.3.0.2' + 'haskell-parallel=3.1.0.1' + 'haskell-parsec=3.1.1' + 'haskell-regex-base=0.93.2' + 'haskell-regex-compat=0.93.1' + 'haskell-regex-posix=0.94.4' + 'haskell-stm=2.2.0.1' + 'haskell-syb=0.3' + 'haskell-text=0.11.0.5' + 'haskell-transformers=0.2.2.0' + 'haskell-xhtml=3000.2.0.1' + 'haskell-zlib=0.5.3.1' + 'cabal-install=0.10.2' + 'alex=2.3.5' + 'happy=1.18.6') + +build() { + return 0 +} |