[arch-commits] Commit in haskell-linear-base/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 22 07:58:45 UTC 2022


    Date: Monday, August 22, 2022 @ 07:58:44
  Author: felixonmars
Revision: 1274455

upgpkg: haskell-linear-base 0.2.0-1: rebuild with linear-base 0.2.0

Modified:
  haskell-linear-base/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 07:55:21 UTC (rev 1274454)
+++ PKGBUILD	2022-08-22 07:58:44 UTC (rev 1274455)
@@ -2,18 +2,19 @@
 
 _hkgname=linear-base
 pkgname=haskell-linear-base
-pkgver=0.1.0
-pkgrel=93
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="Standard library for linear types"
 url="https://github.com/tweag/linear-base"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-hashable' 'haskell-primitive' 'haskell-storable-tuple'
-         'haskell-vector')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hedgehog' 'haskell-mmorph' 'haskell-tasty'
-             'haskell-tasty-hedgehog')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-linear-generics' 'haskell-primitive'
+         'haskell-storable-tuple' 'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hedgehog' 'haskell-inspection-testing'
+             'haskell-mmorph' 'haskell-tasty' 'haskell-tasty-hedgehog'
+             'haskell-tasty-inspection-testing')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('024d94db42b17aaff1083c97d023f40fa9c4e3a7c107b56eb0823c3977cdc702')
+sha256sums=('466ccd43865b252054a4b00547d45d3c299066374de4f0579578dd705610df68')
 
 build() {
   cd $_hkgname-$pkgver



More information about the arch-commits mailing list