[arch-commits] Commit in haskell-one-liner/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 20 16:36:43 UTC 2021


    Date: Sunday, June 20, 2021 @ 16:36:43
  Author: felixonmars
Revision: 965959

upgpkg: haskell-one-liner 2.0-1: rebuild with ghc 9.0.1, one-liner 2.0

Modified:
  haskell-one-liner/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 16:34:28 UTC (rev 965958)
+++ PKGBUILD	2021-06-20 16:36:43 UTC (rev 965959)
@@ -2,23 +2,18 @@
 
 _hkgname=one-liner
 pkgname=haskell-one-liner
-pkgver=1.0
-pkgrel=113
+pkgver=2.0
+pkgrel=1
 pkgdesc="Constraint-based generics"
 url="https://github.com/sjoerdvisscher/one-liner"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 'haskell-profunctors'
-         'haskell-tagged')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 'haskell-linear-base'
+         'haskell-profunctors' 'haskell-tagged')
 makedepends=('ghc' 'haskell-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('fd9d9448ef352513472b43607bf4ef87fb70b75e7a76a9c7c1197437ff052923026e99a98a9b88f79765e0003d872241724e21c1c8f150208463dbe2141e27a0')
+sha512sums=('6cfaf220fa81eac3104979fc44e8c0b788f7c1ca41245e746b11ba29448910de7c0d63c1023d977e5e55c97b1b2e4414572a55b7b34f4a21ee8277f98524aa8a')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *1.5/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list