diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-29 13:19:16 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-29 13:19:16 -0300 |
commit | c38ea439c0779806288a1fa5bc6801c350623c6a (patch) | |
tree | d218ae62eaea36dd0ee4f545eb8bb09d4227c437 /testing/haskell-platform | |
parent | 629b4bffc68b6a0cd11dadd5a5e7a5609c1d28ce (diff) |
Removed evil trees
Diffstat (limited to 'testing/haskell-platform')
-rw-r--r-- | testing/haskell-platform/PKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/haskell-platform/PKGBUILD b/testing/haskell-platform/PKGBUILD deleted file mode 100644 index 10bf275f9..000000000 --- a/testing/haskell-platform/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# 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' 'mips64el') -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 -} |