summaryrefslogtreecommitdiff
path: root/testing/haskell-platform
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /testing/haskell-platform
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'testing/haskell-platform')
-rw-r--r--testing/haskell-platform/PKGBUILD40
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/haskell-platform/PKGBUILD b/testing/haskell-platform/PKGBUILD
new file mode 100644
index 000000000..0b6c908d2
--- /dev/null
+++ b/testing/haskell-platform/PKGBUILD
@@ -0,0 +1,40 @@
+# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
+pkgname=haskell-platform
+pkgver=2011.2.0.0
+pkgrel=3
+pkgdesc="The Haskell Platform"
+url="http://hackage.haskell.org/platform/"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.0.2-2'
+ 'haskell-glut=2.1.2.1-6'
+ 'haskell-http=4000.1.1-3'
+ 'haskell-hunit=1.2.2.3-2'
+ 'haskell-opengl=2.2.3.0-6'
+ 'haskell-quickcheck=2.4.0.1-3'
+ 'haskell-cgi=3001.1.7.4-3'
+ 'haskell-deepseq=1.1.0.2-2'
+ 'haskell-fgl=5.4.2.3-4'
+ 'haskell-haskell-src=1.0.1.4-2'
+ 'haskell-html=1.0.1.2-9'
+ 'haskell-mtl=2.0.1.0-2'
+ 'haskell-network=2.3.0.2-2'
+ 'haskell-parallel=3.1.0.1-3'
+ 'haskell-parsec=3.1.1-2'
+ 'haskell-regex-base=0.93.2-4'
+ 'haskell-regex-compat=0.93.1-4'
+ 'haskell-regex-posix=0.94.4-2'
+ 'haskell-stm=2.2.0.1-2'
+ 'haskell-syb=0.3-2'
+ 'haskell-text=0.11.0.5-2'
+ 'haskell-transformers=0.2.2.0-2'
+ 'haskell-xhtml=3000.2.0.1-7'
+ 'haskell-zlib=0.5.3.1-2'
+ 'cabal-install=0.10.2'
+ 'alex=2.3.5'
+ 'happy=1.18.6'
+ 'haddock=2.9.2')
+
+build() {
+ return 0
+}