Date: Thursday, May 17, 2018 @ 16:46:33
  Author: felixonmars
Revision: 323887

upgpkg: hledger 1.9-14

rebuild with ghc 8.4.2

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-17 16:45:18 UTC (rev 323886)
+++ PKGBUILD    2018-05-17 16:46:33 UTC (rev 323887)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.9
-pkgrel=13
+pkgrel=14
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")
@@ -12,9 +12,9 @@
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-cmdargs' 'haskell-csv'
          'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-file-embed'
          'haskell-hashable' 'haskell-here' 'haskell-hledger-lib' 
'haskell-hunit' 'haskell-lucid'
-         'haskell-megaparsec' 'haskell-mtl' 'haskell-old-time' 
'haskell-pretty-show'
+         'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show'
          'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' 
'haskell-split' 'haskell-tabular'
-         'haskell-temporary' 'haskell-text' 'haskell-unordered-containers' 
'haskell-utf8-string'
+         'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
          'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)

Reply via email to