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

Felix Yan felixonmars at archlinux.org
Mon Jun 24 10:55:42 UTC 2019


    Date: Monday, June 24, 2019 @ 10:55:41
  Author: felixonmars
Revision: 483558

upgpkg: haskell-singleton-bool 0.1.5-1

rebuild with singleton-bool 0.1.5

Modified:
  haskell-singleton-bool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-24 10:01:04 UTC (rev 483557)
+++ PKGBUILD	2019-06-24 10:55:41 UTC (rev 483558)
@@ -2,22 +2,17 @@
 
 _hkgname=singleton-bool
 pkgname=haskell-singleton-bool
-pkgver=0.1.4
-pkgrel=7
+pkgver=0.1.5
+pkgrel=1
 pkgdesc="Type level booleans"
 url="https://github.com/phadej/singleton-bool"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs')
+depends=('ghc-libs' 'haskell-dec')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2aeb3117a9d02b8d9a212f9a9f1cad24657d6e2ab5ffe37da6880be6a67d9dae9403211acab4e75e3ad618d5f8c48d67457e00ee2830e9f4f140c44b40fd8ee5')
+sha512sums=('a2b70137f598026d0b330a5ee8265f07056e2073544f62b60cba7fec2345796f5b0d295536a536877bcb01439401047a026d8234531e27431e38701711d5df1a')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *4.12/<5/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list