Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hie-bios
Commits:
9822eceb by Felix Yan at 2024-10-14T13:00:55+03:00
upgpkg: 0.12.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,14 +1,13 @@
pkgbase = haskell-hie-bios
pkgdesc = Set up a GHC API session
- pkgver = 0.11.0
- pkgrel = 102
+ pkgver = 0.12.0
+ pkgrel = 1
url = https://github.com/mpickering/hie-bios
arch = x86_64
license = BSD
checkdepends = cabal-install
makedepends = ghc
makedepends = uusi
- makedepends = haskell-tagged
makedepends = haskell-tasty
makedepends = haskell-tasty-expected-failure
makedepends = haskell-tasty-hunit
@@ -27,9 +26,8 @@ pkgbase = haskell-hie-bios
depends = haskell-temporary
depends = haskell-unix-compat
depends = haskell-unordered-containers
- depends = haskell-vector
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/hie-bios/0.11.0/hie-bios-0.11.0.tar.gz
- sha512sums =
51301be68ece83c57a474c669a5952267332865c037eb8b1561939884ace587903e68dce1a5caac4da34d4020d95e31a8f457f26cb3634331c5e065bdb3f62e4
+ source =
https://hackage.haskell.org/packages/archive/hie-bios/0.12.0/hie-bios-0.12.0.tar.gz
+ sha512sums =
eb9effc1bab68f7d2f2f1d6c64971c48f3428e47de472ea34428c1fcfc813f65754bfa9d7708f66c54a92a8c508cafc2c700719fc609e1bb40a3baa6066798aa
pkgname = haskell-hie-bios
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hie-bios
pkgname=haskell-hie-bios
-pkgver=0.11.0
-pkgrel=102
+pkgver=0.12.0
+pkgrel=1
pkgdesc="Set up a GHC API session"
url="https://github.com/mpickering/hie-bios"
license=("BSD")
@@ -12,16 +12,15 @@ depends=('ghc-libs' 'haskell-aeson'
'haskell-base16-bytestring' 'haskell-co-log-
'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptohash-sha1'
'haskell-exceptions'
'haskell-extra' 'haskell-file-embed' 'haskell-optparse-applicative'
'haskell-prettyprinter' 'haskell-temporary' 'haskell-unix-compat'
- 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
-makedepends=('ghc' 'uusi' 'haskell-tagged' 'haskell-tasty'
'haskell-tasty-expected-failure'
- 'haskell-tasty-hunit')
+ 'haskell-unordered-containers' 'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure'
'haskell-tasty-hunit')
checkdepends=('cabal-install')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('51301be68ece83c57a474c669a5952267332865c037eb8b1561939884ace587903e68dce1a5caac4da34d4020d95e31a8f457f26cb3634331c5e065bdb3f62e4')
+sha512sums=('eb9effc1bab68f7d2f2f1d6c64971c48f3428e47de472ea34428c1fcfc813f65754bfa9d7708f66c54a92a8c508cafc2c700719fc609e1bb40a3baa6066798aa')
prepare() {
cd $_hkgname-$pkgver
- uusi -u unix-compat -u vector $_hkgname.cabal
+ uusi -u unix-compat $_hkgname.cabal
# https://github.com/mpickering/hie-bios/issues/290
chmod +x tests/projects/*/*.sh
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hie-bios/-/commit/9822eceb872f899e6debe96a5069c8cd38ba0c96
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hie-bios/-/commit/9822eceb872f899e6debe96a5069c8cd38ba0c96
You're receiving this email because of your account on gitlab.archlinux.org.