Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-mono-traversable
Commits:
845cdeb7 by Felix Yan at 2024-09-18T22:27:01+03:00
upgpkg: 1.0.20.0-1: rebuild with mono-traversable 1.0.20.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-mono-traversable
pkgdesc = Type classes for mapping, folding, and traversing monomorphic
containers
- pkgver = 1.0.17.0
- pkgrel = 13
+ pkgver = 1.0.20.0
+ pkgrel = 1
url = https://github.com/snoyberg/mono-traversable
arch = x86_64
license = MIT
@@ -10,13 +10,14 @@ pkgbase = haskell-mono-traversable
makedepends = haskell-quickcheck
makedepends = haskell-foldl
makedepends = haskell-hspec
+ makedepends = haskell-hspec-discover
depends = ghc-libs
depends = haskell-hashable
depends = haskell-split
depends = haskell-unordered-containers
depends = haskell-vector
depends = haskell-vector-algorithms
- source =
https://hackage.haskell.org/packages/archive/mono-traversable/1.0.17.0/mono-traversable-1.0.17.0.tar.gz
- sha512sums =
894f86c23e8b6fad4c13b2c2bf5f379b7001bc6ffc62b354abbeac2d6b1597afad4362e0d7d9b5a5af8eb2f2e31f842f61835a10ad3b85e8e6aa6d93753173d3
+ source =
https://hackage.haskell.org/packages/archive/mono-traversable/1.0.20.0/mono-traversable-1.0.20.0.tar.gz
+ sha512sums =
67d625abf6899729c51042b4d446e444fd24af203e1a127a94c9b8139cc1218e4736af3bb475ea867ac47f5290e0a6455cc136e108e67f7d9b4dee6f5e11cdbf
pkgname = haskell-mono-traversable
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,18 @@
_hkgname=mono-traversable
pkgname=haskell-mono-traversable
-pkgver=1.0.17.0
-pkgrel=13
+pkgver=1.0.20.0
+pkgrel=1
pkgdesc="Type classes for mapping, folding, and traversing monomorphic
containers"
url="https://github.com/snoyberg/mono-traversable"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-hashable' 'haskell-split'
'haskell-unordered-containers'
'haskell-vector' 'haskell-vector-algorithms')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl'
'haskell-hspec')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl'
'haskell-hspec'
+ 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('894f86c23e8b6fad4c13b2c2bf5f379b7001bc6ffc62b354abbeac2d6b1597afad4362e0d7d9b5a5af8eb2f2e31f842f61835a10ad3b85e8e6aa6d93753173d3')
+sha512sums=('67d625abf6899729c51042b4d446e444fd24af203e1a127a94c9b8139cc1218e4736af3bb475ea867ac47f5290e0a6455cc136e108e67f7d9b4dee6f5e11cdbf')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mono-traversable/-/commit/845cdeb7046371e2843df31249f0c2535e6b99b3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mono-traversable/-/commit/845cdeb7046371e2843df31249f0c2535e6b99b3
You're receiving this email because of your account on gitlab.archlinux.org.