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

Felix Yan felixonmars at archlinux.org
Sun Mar 14 22:42:03 UTC 2021


    Date: Sunday, March 14, 2021 @ 22:42:03
  Author: felixonmars
Revision: 891323

upgpkg: haskell-singletons 3.0-1: rebuild with th-desugar 1.12, singletons 3.0

Modified:
  haskell-singletons/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 22:30:22 UTC (rev 891322)
+++ PKGBUILD	2021-03-14 22:42:03 UTC (rev 891323)
@@ -2,16 +2,16 @@
 
 _hkgname=singletons
 pkgname=haskell-singletons
-pkgver=2.7
-pkgrel=111
-pkgdesc="A framework for generating singleton types"
+pkgver=3.0
+pkgrel=1
+pkgdesc="Basic singleton types and definitions"
 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' 'haskell-turtle')
+depends=('ghc-libs')
+makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6adaae61f7292dc11d53689981381e4116838d3bdbb16673f39bd4040b5a683ca9c44e7027c20d814714066e35b274b5a46c1f3dd1b333a24305aa5b4695a524')
+sha512sums=('56acb297b4e6dfa60613a0852c1013b9c3f14757770d2baaf5476ad60e8a4a95e006d8c23af0a6388f6de1939f29a53da3f4824e0c26487ddd5e55cb1fe3dd84')
 
 build() {
     cd $_hkgname-$pkgver
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list