Date: Monday, December 5, 2016 @ 09:59:34 Author: felixonmars Revision: 198025
upgpkg: haskell-turtle 1.3.0-1 Modified: haskell-turtle/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-05 09:53:39 UTC (rev 198024) +++ PKGBUILD 2016-12-05 09:59:34 UTC (rev 198025) @@ -4,23 +4,19 @@ _hkgname=turtle pkgname=haskell-turtle -pkgver=1.2.8 +pkgver=1.3.0 pkgrel=1 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-async' 'haskell-clock' 'haskell-foldl' 'haskell-hostname' - 'haskell-managed' 'haskell-optparse-applicative' 'haskell-optional-args' 'haskell-stm' - 'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary' 'haskell-text') +depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 'haskell-foldl' + 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 'haskell-optional-args' + 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary' + 'haskell-text' 'haskell-unix-compat') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('866891520c0d9ecdbb6d594323485b39') +md5sums=('44b38073e44a0dfb7431a2cc14e29509') -prepare() { - sed -e 's/optparse-applicative >= 0.11 && < 0.13,/optparse-applicative >= 0.11 \&\& < 0.14,/' \ - -i ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
