[arch-commits] Commit in haskell-http-types/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 20 06:03:43 UTC 2018


    Date: Sunday, May 20, 2018 @ 06:03:42
  Author: felixonmars
Revision: 325070

upgpkg: haskell-http-types 0.12.1-1

rebuild with servant,0.13.0.1 servant-server,0.13.0.1 servant-swagger,1.1.5 http-types,0.12.1

Modified:
  haskell-http-types/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 06:02:06 UTC (rev 325069)
+++ PKGBUILD	2018-05-20 06:03:42 UTC (rev 325070)
@@ -4,21 +4,22 @@
 
 _hkgname=http-types
 pkgname=haskell-http-types
-pkgver=0.9.1
-pkgrel=21
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive')
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-case-insensitive')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-quickcheck'
+             'haskell-quickcheck-instances')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b51c0f6946d1952fa0e91db1164d77ab12e0709fdf9555b53f5c25ed7c55365b433733a933dd2765ce14d0ca2685edce7573c9dbfb75ae49443b4f177d170c40')
+sha512sums=('6c5b03eb55c6cdbee43218519b712156e4c73b7feb57ffe105becb5796650c78da75080a1993d951743ce079d21fcfd4c64f60d62a51298a7206014260dfb3fb')
 
 build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
     runhaskell Setup build
     runhaskell Setup register   --gen-script
@@ -27,8 +28,13 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
     
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"



More information about the arch-commits mailing list