Date: Friday, March 26, 2021 @ 16:41:24 Author: felixonmars Revision: 904613
upgpkg: haskell-floskell 0.10.5-80: rebuild with attoparsec 0.14.1 Modified: haskell-floskell/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 16:40:31 UTC (rev 904612) +++ PKGBUILD 2021-03-26 16:41:24 UTC (rev 904613) @@ -3,7 +3,7 @@ _hkgname=floskell pkgname=haskell-floskell pkgver=0.10.5 -pkgrel=79 +pkgrel=80 pkgdesc="A flexible Haskell source code pretty printer" url="https://github.com/ennocramer/floskell" license=("BSD") @@ -11,10 +11,15 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-data-default' 'haskell-src-exts' 'haskell-monad-dijkstra' 'haskell-optparse-applicative' 'haskell-unordered-containers' 'haskell-utf8-string') -makedepends=('ghc' 'haskell-hspec') +makedepends=('ghc' 'uusi' 'haskell-hspec') source=("https://github.com/ennocramer/floskell/archive/floskell-$pkgver.tar.gz") sha256sums=('91aa7caa269d1df60c7b21226721e0bd0e8595308b0d3f56dfd5e775b2d1f9ab') +prepare() { + cd $_hkgname-floskell-$pkgver + uusi -u attoparsec $_hkgname.cabal +} + build() { cd $_hkgname-floskell-$pkgver
