[arch-commits] Commit in haskell-hsyaml-aeson/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Nov 15 18:10:49 UTC 2021
Date: Monday, November 15, 2021 @ 18:10:48
Author: felixonmars
Revision: 1048362
upgpkg: haskell-hsyaml-aeson 0.2.0.1-1: rebuild with HsYAML-aeson 0.2.0.1
Modified:
haskell-hsyaml-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 17:57:24 UTC (rev 1048361)
+++ PKGBUILD 2021-11-15 18:10:48 UTC (rev 1048362)
@@ -2,8 +2,8 @@
_hkgname=HsYAML-aeson
pkgname=haskell-hsyaml-aeson
-pkgver=0.2.0.0
-pkgrel=186
+pkgver=0.2.0.1
+pkgrel=1
pkgdesc="JSON to YAML Adapter"
url="https://github.com/hvr/hsyaml-aeson"
license=('GPL')
@@ -10,14 +10,13 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-aeson' 'haskell-hsyaml' 'haskell-scientific'
'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('09da59c38e9fead3b11bbb6752cef803ae2d60392b710ea3958091d6256ff267f0b0f9b27293bbbc96a9d3af08464e463feafcba4a7caab6fd78286127f91527')
+sha512sums=('64602074e3e4424b7ff5055aa5aefac89e12127d56975c437189e434c168f129c6d5bb1ee6b0e22e201d0b25de574bb2a49f0fcd0ac1498250ae14920f89acf4')
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *4.14/<5/;s/\^>/>/' $_hkgname.cabal
- echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+ gen-setup
}
build() {
More information about the arch-commits
mailing list