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

Felix Yan felixonmars at archlinux.org
Mon Nov 27 16:34:17 UTC 2017


    Date: Monday, November 27, 2017 @ 16:34:16
  Author: felixonmars
Revision: 270360

upgpkg: haskell-tasty 0.12-1

rebuild with tasty,0.12

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-27 16:26:18 UTC (rev 270359)
+++ PKGBUILD	2017-11-27 16:34:16 UTC (rev 270360)
@@ -4,22 +4,22 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-clock" "haskell-mtl"
-         "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" "haskell-tagged"
-         "haskell-unbounded-delays")
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock' 'haskell-mtl'
+         'haskell-optparse-applicative' 'haskell-regex-tdfa' 'haskell-stm' 'haskell-tagged'
+         'haskell-unbounded-delays')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2cdaf4366847c908670a303725e42c473b27bd8b01d9bde193cae8c758eee3c6f7baf77e09bfb6720427bafc1042f0e9418dd8cbd80333b0a7d053d5b3928a31')
+sha512sums=('e55a80384117aa0f83ee71e283557c0820641f52c215008d08f84741c7638ce1718d7121f09abf8036084ae79af69cd4aa25de073ba283c6358d08c28a21ffb9')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     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
@@ -32,7 +32,7 @@
 
 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