diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/haskell-parsec/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/haskell-parsec/PKGBUILD')
-rw-r--r-- | extra/haskell-parsec/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/haskell-parsec/PKGBUILD b/extra/haskell-parsec/PKGBUILD index 2b8284f13..613897c4d 100644 --- a/extra/haskell-parsec/PKGBUILD +++ b/extra/haskell-parsec/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 199158 2013-11-08 18:16:08Z eric $ # Maintainer: Thomas Dziedzic <gostrc@gmail.com> _hkgname=parsec @@ -11,7 +12,7 @@ arch=('i686' 'x86_64') depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -options('staticlibs') +options=('staticlibs') md5sums=('d72fc94b81153132c61125a1ec52a4a5') build() { |