Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hiedb
Commits:
f7334552 by Felix Yan at 2024-10-14T12:58:47+03:00
upgpkg: 0.4.3.0-1: rebuild with ghcide 1.10.0.0, haskell-language-server
1.10.0.0, hie-bios 0.12.0, hiedb 0.4.3.0, hls-alternate-number-format-plugin
1.3.0.1, hls-change-type-signature-plugin 1.1.0.1, hls-eval-plugin 1.5.0.0,
hls-explicit-imports-plugin 1.2.1.0, hls-explicit-record-fields-plugin 1.0.1.0,
hls-floskell-plugin 1.0.2.1, hls-gadt-plugin 1.0.2.0, hls-refactor-plugin
1.2.0.0, hls-refine-imports-plugin 1.0.5.0, hls-rename-plugin 1.0.2.1,
hls-retrie-plugin 1.0.4.0, hls-splice-plugin 1.1.0.0,
hls-stylish-haskell-plugin 1.0.1.3, hls-test-utils 1.6.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hiedb
pkgdesc = Generates a references DB from .hie files
- pkgver = 0.4.2.0
- pkgrel = 78
+ pkgver = 0.4.3.0
+ pkgrel = 1
url = https://github.com/wz1000/HieDb
arch = x86_64
license = BSD
@@ -20,7 +20,7 @@ pkgbase = haskell-hiedb
depends = haskell-optparse-applicative
depends = haskell-sqlite-simple
depends = haskell-terminal-size
- source =
https://hackage.haskell.org/packages/archive/hiedb/0.4.2.0/hiedb-0.4.2.0.tar.gz
- sha512sums =
77b7b45ed63e72c8e93a7945f76449e3350f3bf4f6e6c5e6e526e44d852c9fcc20019fc0ac734e367722cf212ba99518ee7a1f6fa28decb4f236c93ad3f7dde8
+ source =
https://hackage.haskell.org/packages/archive/hiedb/0.4.3.0/hiedb-0.4.3.0.tar.gz
+ sha512sums =
3f800b4706d4a3658d089198546cbb6f5012e4db719bda9aa71872b8b5a4e26f134bc7ee6bf4f3aa0f2707a671832e7e5906c736134d417e2f38575a50263af9
pkgname = haskell-hiedb
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hiedb
pkgname=haskell-hiedb
-pkgver=0.4.2.0
-pkgrel=78
+pkgver=0.4.3.0
+pkgrel=1
pkgdesc="Generates a references DB from .hie files"
url="https://github.com/wz1000/HieDb"
license=("BSD")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-algebraic-graphs'
'haskell-ansi-terminal' 'haskell-
'haskell-sqlite-simple' 'haskell-terminal-size')
makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('77b7b45ed63e72c8e93a7945f76449e3350f3bf4f6e6c5e6e526e44d852c9fcc20019fc0ac734e367722cf212ba99518ee7a1f6fa28decb4f236c93ad3f7dde8')
+sha512sums=('3f800b4706d4a3658d089198546cbb6f5012e4db719bda9aa71872b8b5a4e26f134bc7ee6bf4f3aa0f2707a671832e7e5906c736134d417e2f38575a50263af9')
prepare() {
cd hiedb-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hiedb/-/commit/f7334552e92bc2a379b34c2a63ee00be1c70cf00
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hiedb/-/commit/f7334552e92bc2a379b34c2a63ee00be1c70cf00
You're receiving this email because of your account on gitlab.archlinux.org.