Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-scotty
Commits:
45418f08 by Felix Yan at 2023-12-27T20:31:45+02:00
upgpkg: 0.21-1: rebuild with scotty 0.21
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,17 @@
pkgbase = haskell-scotty
pkgdesc = Haskell web framework inspired by Ruby's Sinatra, using WAI
and Warp
- pkgver = 0.20.1
- pkgrel = 27
+ pkgver = 0.21
+ pkgrel = 1
url = https://github.com/scotty-web/scotty
arch = x86_64
license = BSD
makedepends = ghc
makedepends = haskell-async
+ makedepends = haskell-doctest
makedepends = haskell-hspec
makedepends = haskell-hspec-discover
makedepends = haskell-hspec-wai
+ makedepends = haskell-http-client
makedepends = haskell-lifted-base
depends = ghc-libs
depends = haskell-aeson
@@ -27,7 +29,7 @@ pkgbase = haskell-scotty
depends = haskell-wai
depends = haskell-wai-extra
depends = haskell-warp
- source =
https://hackage.haskell.org/packages/archive/scotty/0.20.1/scotty-0.20.1.tar.gz
- sha256sums =
6d9a886c49aaef9b46f06f5aea61a57113d32212ddc7a9ef1921b68f8e9ce09c
+ source =
https://hackage.haskell.org/packages/archive/scotty/0.21/scotty-0.21.tar.gz
+ sha256sums =
24fa7282f742fa4d98340a40777e6c6c37e0902ed7c7c5879295f51cf953dee2
pkgname = haskell-scotty
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=scotty
pkgname=haskell-scotty
-pkgver=0.20.1
-pkgrel=27
+pkgver=0.21
+pkgrel=1
pkgdesc="Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp"
url="https://github.com/scotty-web/scotty"
license=("BSD")
@@ -13,10 +13,10 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-builder'
'haskell-case-insens
'haskell-network' 'haskell-regex-compat' 'haskell-transformers-base'
'haskell-transformers-compat' 'haskell-unliftio' 'haskell-wai'
'haskell-wai-extra'
'haskell-warp')
-makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-hspec-discover'
'haskell-hspec-wai'
- 'haskell-lifted-base')
+makedepends=('ghc' 'haskell-async' 'haskell-doctest' 'haskell-hspec'
'haskell-hspec-discover'
+ 'haskell-hspec-wai' 'haskell-http-client' 'haskell-lifted-base')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('6d9a886c49aaef9b46f06f5aea61a57113d32212ddc7a9ef1921b68f8e9ce09c')
+sha256sums=('24fa7282f742fa4d98340a40777e6c6c37e0902ed7c7c5879295f51cf953dee2')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-scotty/-/commit/45418f087bfbf6ead490ca37a7d1adf371dbd955
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-scotty/-/commit/45418f087bfbf6ead490ca37a7d1adf371dbd955
You're receiving this email because of your account on gitlab.archlinux.org.