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

Felix Yan felixonmars at archlinux.org
Thu May 17 13:48:20 UTC 2018


    Date: Thursday, May 17, 2018 @ 13:48:19
  Author: felixonmars
Revision: 323800

upgpkg: haskell-hledger-lib 1.9-9

rebuild with ghc 8.4.2

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 13:46:31 UTC (rev 323799)
+++ PKGBUILD	2018-05-17 13:48:19 UTC (rev 323800)
@@ -5,7 +5,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.9
-pkgrel=8
+pkgrel=9
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
@@ -12,9 +12,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 'haskell-blaze-markup'
          'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 'haskell-decimal' 'haskell-extra'
-         'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 'haskell-old-time'
-         'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-text'
-         'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 'haskell-parsec')
+         'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time'
+         'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split'
+         'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit')
 makedepends=('ghc' 'haskell-doctest' 'haskell-easytest' 'haskell-glob' 'haskell-test-framework'
              'haskell-test-framework-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -24,8 +24,6 @@
     # It does nothing
     sed -e '/mtl-compat/d' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-
-    sed -i 's/++ fs2$/++ fs2 ++ ["-dynamic"]/' ${_hkgname}-${pkgver}/tests/doctests.hs
 }
 
 build() {



More information about the arch-commits mailing list