[arch-commits] Commit in haskell-conduit-combinators/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Dec 13 00:40:54 UTC 2017


    Date: Wednesday, December 13, 2017 @ 00:40:53
  Author: felixonmars
Revision: 274034

upgpkg: haskell-conduit-combinators 1.1.2-1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-13 00:25:27 UTC (rev 274033)
+++ PKGBUILD	2017-12-13 00:40:53 UTC (rev 274034)
@@ -4,26 +4,27 @@
 
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
-pkgver=1.1.1
-pkgrel=45
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-base16-bytestring" "haskell-base64-bytestring" "haskell-chunked-data"
-         "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control"
-         "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" "haskell-resourcet"
-         "haskell-text" "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
-         "haskell-void")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-chunked-data'
+         'haskell-conduit' 'haskell-conduit-extra' 'haskell-monad-control'
+         'haskell-mono-traversable' 'haskell-mwc-random' 'haskell-primitive' 'haskell-resourcet'
+         'haskell-text' 'haskell-transformers-base' 'haskell-unix-compat' 'haskell-vector'
+         'haskell-void')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-mtl' 'haskell-safe'
+             'haskell-silently')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7ba46748fc6f2ab57923e420e5085e22970bfd623355f91122581394dfe3d67aa7fedc6cd2e4a0ef5da47c3da4cb4dda7f20e9822548177cd8d40de7126087d7')
+sha512sums=('7ece12d0af700f2fe903f044857d0ae754bd205b427dc63f2e8749b18e2fbdbd3c1727df742618ef5019abb25ffbf2dec9ba59a6c2f996e0e502eb2f7a6499ba')
 
 build() {
     cd "${srcdir}/${_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 \
             -fmonotrav1
     runhaskell Setup build
@@ -33,9 +34,14 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
     cd "${srcdir}/${_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"
     runhaskell Setup copy --destdir="${pkgdir}"



More information about the arch-commits mailing list