Date: Wednesday, October 28, 2020 @ 22:19:12 Author: felixonmars Revision: 735741
upgpkg: haskell-summoner 2.0.1.1-41: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21 Modified: haskell-summoner/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-28 21:36:43 UTC (rev 735740) +++ PKGBUILD 2020-10-28 22:19:12 UTC (rev 735741) @@ -4,7 +4,7 @@ _hkgname=summoner pkgname=haskell-summoner pkgver=2.0.1.1 -pkgrel=40 +pkgrel=41 pkgdesc="Tool for scaffolding fully configured batteries-included production-level Haskell projects." url="https://github.com/kowainik/summoner" license=('MPL2') @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 'haskell-generic-data' 'haskell-gitrev' 'haskell-neat-interpolation' 'haskell-optparse-applicative' 'haskell-relude' 'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective') -makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog' 'haskell-tree-diff') +makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog' 'haskell-tree-diff') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496') @@ -19,7 +19,7 @@ prepare(){ cd $_hkgname-$pkgver echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - sed -i 's/ ^>= 0.8.0.0/^>= 0.9.0.0/;s/ ^>= 0.3.2.2/^>= 0.5.0.0/' $_hkgname.cabal + uusi $_hkgname.cabal } build() {
