Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-blaze-html


Commits:
14faea8f by Felix Yan at 2024-09-03T18:40:35+03:00
upgpkg: 0.9.2.0-1: rebuild with blaze-html 0.9.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = haskell-blaze-html
        pkgdesc = A blazingly fast HTML combinator library for Haskell
-       pkgver = 0.9.1.2
-       pkgrel = 227
+       pkgver = 0.9.2.0
+       pkgrel = 1
        url = https://jaspervdj.be/blaze
        arch = x86_64
        license = BSD
        makedepends = ghc
-       makedepends = uusi
        makedepends = haskell-hunit
        makedepends = haskell-quickcheck
        makedepends = haskell-test-framework
@@ -15,7 +14,7 @@ pkgbase = haskell-blaze-html
        depends = ghc-libs
        depends = haskell-blaze-builder
        depends = haskell-blaze-markup
-       source = 
https://hackage.haskell.org/packages/archive/blaze-html/0.9.1.2/blaze-html-0.9.1.2.tar.gz
-       sha512sums = 
26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc
+       source = 
https://hackage.haskell.org/packages/archive/blaze-html/0.9.2.0/blaze-html-0.9.2.0.tar.gz
+       sha512sums = 
7b3a190fa18677b4eb19127848cca5630ca766ca15451f03f5794f794fce1a420b8c86d7023798e6ff477788a90d683cf0971c39b80072350ed5775ad5dffe39
 
 pkgname = haskell-blaze-html


=====================================
PKGBUILD
=====================================
@@ -3,27 +3,23 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.9.1.2
-pkgrel=227
+pkgver=0.9.2.0
+pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="https://jaspervdj.be/blaze";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-blaze-markup')
-makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
              'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc')
-
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u bytestring -u QuickCheck $_hkgname.cabal
-}
+sha512sums=('7b3a190fa18677b4eb19127848cca5630ca766ca15451f03f5794f794fce1a420b8c86d7023798e6ff477788a90d683cf0971c39b80072350ed5775ad5dffe39')
 
 build() {
     cd $_hkgname-$pkgver
 
-    runghc -isrc src/Util/GenerateHtmlCombinators.hs
+    # https://github.com/jaspervdj/blaze-html/pull/150
+    # runghc -isrc src/Util/GenerateHtmlCombinators.hs
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-html/-/commit/14faea8fdb7f976b92598b056dc4bdfc82dc5e59

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-html/-/commit/14faea8fdb7f976b92598b056dc4bdfc82dc5e59
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to