Date: Friday, March 9, 2018 @ 14:54:07
  Author: felixonmars
Revision: 305276

upgpkg: haskell-quickcheck-instances 0.3.18-1

rebuild with quickcheck-instances,0.3.18

Modified:
  haskell-quickcheck-instances/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-09 13:55:53 UTC (rev 305275)
+++ PKGBUILD    2018-03-09 14:54:07 UTC (rev 305276)
@@ -4,8 +4,8 @@
 
 _hkgname=quickcheck-instances
 pkgname=haskell-quickcheck-instances
-pkgver=0.3.16.1
-pkgrel=6
+pkgver=0.3.18
+pkgrel=1
 pkgdesc="Common quickcheck instances"
 url="https://github.com/phadej/qc-instances";
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
          'haskell-vector')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('9cb079a94211e41bda7e5e3c5f060f0f42bf0092f0e9f63a6073325d282217de92917169d9a4b1ec9c08c853e865caef40274539c5f593d19fde09514df4655e')
+sha512sums=('f3b5a7ebad823f6374c718bc6519081fdb92bd9733f6bcf56b62557d5ce7a9d159fe8d3cf75b168dbbf9313835d882febb9bb40e8158a8028be9b8e4c4e247d1')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -23,7 +23,8 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -f-bytestring-builder
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script

Reply via email to