Date: Tuesday, January 16, 2018 @ 04:02:28 Author: felixonmars Revision: 282875
upgpkg: haskell-protolude 0.2.1-1 rebuild with protolude,0.2.1 Modified: haskell-protolude/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-16 03:57:32 UTC (rev 282874) +++ PKGBUILD 2018-01-16 04:02:28 UTC (rev 282875) @@ -4,20 +4,20 @@ _hkgname=protolude pkgname=haskell-protolude -pkgver=0.2 -pkgrel=5 +pkgver=0.2.1 +pkgrel=1 pkgdesc="A sensible set of defaults for writing custom Preludes." url="https://github.com/sdiehl/protolude" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-async" "haskell-hashable" "haskell-mtl" "haskell-safe" "haskell-stm" - "haskell-text") +depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 'haskell-mtl' 'haskell-safe' 'haskell-stm' + 'haskell-text' 'haskell-transformers-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('94cb85b1d4540dc834018e1bc6816e505d9c445e4df4d48db1cc11b75eeda65fb67cf5ae8e0194c3cdeaa1c470c621ba0449fa7960237a12c3faeb8d77e45d33') +sha512sums=('f4aa24615e3b851b5f19b8ad0a421668055f959fe870f3eca4c728edd6c65696352d476151fda278867174d43a50ddaae8f664a5968a5031b0c75a384f58cb82') prepare() { - sed -i 's/mtl-compat.*/mtl/' $_hkgname-$pkgver/$_hkgname.cabal + sed -i '/mtl-compat/d' $_hkgname-$pkgver/$_hkgname.cabal } build() {
