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

Felix Yan felixonmars at archlinux.org
Fri May 18 07:04:03 UTC 2018


    Date: Friday, May 18, 2018 @ 07:04:03
  Author: felixonmars
Revision: 324247

upgpkg: haskell-hasql-transaction 0.5.2-65

rebuild with ghc 8.4.2

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 07:02:37 UTC (rev 324246)
+++ PKGBUILD	2018-05-18 07:04:03 UTC (rev 324247)
@@ -4,13 +4,13 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5.2
-pkgrel=64
+pkgrel=65
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
-         'haskell-contravariant' 'haskell-contravariant-extras' 'haskell-hasql' 'haskell-mtl')
+         'haskell-contravariant' 'haskell-contravariant-extras' 'haskell-hasql')
 makedepends=('ghc' 'haskell-async' 'haskell-rebase')
 checkdepends=('postgresql' 'pifpaf')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list