Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-turtle
Commits:
7fc9b258 by Felix Yan at 2024-02-27T14:20:43+00:00
upgpkg: 1.6.2-1: rebuild with turtle 1.6.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = haskell-turtle
pkgdesc = Shell programming, Haskell-style
- pkgver = 1.6.1
- pkgrel = 81
- url = https://github.com/Gabriel439/Haskell-Turtle-Library
+ pkgver = 1.6.2
+ pkgrel = 1
+ url = https://github.com/Gabriel439/turtle
arch = x86_64
license = BSD
makedepends = ghc
- makedepends = uusi
makedepends = haskell-doctest
makedepends = haskell-tasty
makedepends = haskell-tasty-hunit
@@ -22,7 +21,7 @@ pkgbase = haskell-turtle
depends = haskell-streaming-commons
depends = haskell-temporary
depends = haskell-unix-compat
- source =
https://hackage.haskell.org/packages/archive/turtle/1.6.1/turtle-1.6.1.tar.gz
- sha512sums =
94575c10c084ad8173e63bcb304491b03158fada47d32976000a5dcb34ddca1141762765318d88860e94691f68a16c643020785dbb11a764aae2fb6c319fbc97
+ source =
https://hackage.haskell.org/packages/archive/turtle/1.6.2/turtle-1.6.2.tar.gz
+ sha512sums =
7d83a0fdd62768ddc2d07fceed68253591d7d996cc4e7518839fe51f15b64c50f588ec8bcb174b68807b9c5f7e62aaae1fa4ea03295083c57db60f460a482be1
pkgname = haskell-turtle
=====================================
PKGBUILD
=====================================
@@ -3,23 +3,22 @@
_hkgname=turtle
pkgname=haskell-turtle
-pkgver=1.6.1
-pkgrel=81
+pkgver=1.6.2
+pkgrel=1
pkgdesc="Shell programming, Haskell-style"
-url="https://github.com/Gabriel439/Haskell-Turtle-Library"
+url="https://github.com/Gabriel439/turtle"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock'
'haskell-foldl'
'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative'
'haskell-optional-args'
'haskell-streaming-commons' 'haskell-temporary' 'haskell-unix-compat')
-makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-tasty'
'haskell-tasty-hunit')
+makedepends=('ghc' 'haskell-doctest' 'haskell-tasty' 'haskell-tasty-hunit')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('94575c10c084ad8173e63bcb304491b03158fada47d32976000a5dcb34ddca1141762765318d88860e94691f68a16c643020785dbb11a764aae2fb6c319fbc97')
+sha512sums=('7d83a0fdd62768ddc2d07fceed68253591d7d996cc4e7518839fe51f15b64c50f588ec8bcb174b68807b9c5f7e62aaae1fa4ea03295083c57db60f460a482be1')
prepare() {
cd $_hkgname-$pkgver
sed -i 's/]/, "-dynamic"]/' test/Main.hs
- uusi -u unix-compat $_hkgname.cabal
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-turtle/-/commit/7fc9b258b1cf142c4735ab930c540040afdc0ee9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-turtle/-/commit/7fc9b258b1cf142c4735ab930c540040afdc0ee9
You're receiving this email because of your account on gitlab.archlinux.org.