Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-sandwich
Commits:
2df58067 by Felix Yan at 2025-07-28T03:14:12+08:00
upgpkg: 0.2.0.0-1: rebuild with brick 2.0, sandwich 0.2.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = haskell-sandwich
pkgdesc = Yet another test framework for Haskell
- pkgver = 0.1.5.2
- pkgrel = 86
+ pkgver = 0.2.0.0
+ pkgrel = 1
url = https://codedownio.github.io/sandwich
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = ghc
depends = ghc-libs
depends = haskell-aeson
@@ -27,8 +27,9 @@ pkgbase = haskell-sandwich
depends = haskell-transformers-base
depends = haskell-unliftio-core
depends = haskell-vector
- depends = haskell-vty5
- source =
https://hackage.haskell.org/packages/archive/sandwich/0.1.5.2/sandwich-0.1.5.2.tar.gz
- sha256sums =
214f74ecbed388d68a268969e28b7083a0f34568ccde52b827db59b4b1b12a77
+ depends = haskell-vty
+ depends = haskell-vty-crossplatform
+ source =
https://hackage.haskell.org/packages/archive/sandwich/0.2.0.0/sandwich-0.2.0.0.tar.gz
+ sha256sums =
ce3c800e7894c71ac8efd0b15b3bacff75570d027a982899a33f391d7d0719a2
pkgname = haskell-sandwich
=====================================
PKGBUILD
=====================================
@@ -2,21 +2,21 @@
_hkgname=sandwich
pkgname=haskell-sandwich
-pkgver=0.1.5.2
-pkgrel=86
+pkgver=0.2.0.0
+pkgrel=1
pkgdesc="Yet another test framework for Haskell"
url="https://codedownio.github.io/sandwich"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async'
'haskell-brick'
'haskell-colour' 'haskell-free' 'haskell-src-exts'
'haskell-lifted-async'
'haskell-microlens' 'haskell-microlens-th' 'haskell-monad-control'
'haskell-monad-logger'
'haskell-optparse-applicative' 'haskell-pretty-show' 'haskell-safe'
'haskell-safe-exceptions' 'haskell-string-interpolate'
'haskell-transformers-base'
- 'haskell-unliftio-core' 'haskell-vector' 'haskell-vty5')
+ 'haskell-unliftio-core' 'haskell-vector' 'haskell-vty'
'haskell-vty-crossplatform')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('214f74ecbed388d68a268969e28b7083a0f34568ccde52b827db59b4b1b12a77')
+sha256sums=('ce3c800e7894c71ac8efd0b15b3bacff75570d027a982899a33f391d7d0719a2')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-sandwich/-/commit/2df580679491d5fdc191e3881bdbf48fbf36983e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-sandwich/-/commit/2df580679491d5fdc191e3881bdbf48fbf36983e
You're receiving this email because of your account on gitlab.archlinux.org.