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

Felix Yan felixonmars at archlinux.org
Wed Jan 22 10:39:29 UTC 2020


    Date: Wednesday, January 22, 2020 @ 10:39:28
  Author: felixonmars
Revision: 553444

upgpkg: haskell-singletons 2.6-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1

Modified:
  haskell-singletons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 10:14:52 UTC (rev 553443)
+++ PKGBUILD	2020-01-22 10:39:28 UTC (rev 553444)
@@ -2,16 +2,16 @@
 
 _hkgname=singletons
 pkgname=haskell-singletons
-pkgver=2.5.1
-pkgrel=39
+pkgver=2.6
+pkgrel=1
 pkgdesc="A framework for generating singleton types"
 url="https://github.com/goldfirere/singletons"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-th-desugar' 'haskell-syb')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-golden')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-turtle')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('31763ee3f8e7ac0a52894c914d9e48eebdd2d9dcf1a29414e303e9e74c1094781eda44e5311c065f96672624a6cd49442d7275c095373256091c937815847269')
+sha512sums=('6019bcd5e60718055d7a1369902c27b27a3b58c86049eaac4411bd347670f6e9835cfb680ea2126b6b4614688cb1e9ea9025dc590a9df83e1e654bb115db600d')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list