[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 18 22:47:26 UTC 2020


    Date: Wednesday, March 18, 2020 @ 22:47:26
  Author: felixonmars
Revision: 600730

upgpkg: haskell-ghc-typelits-extra 0.4-1: rebuild with ghc-typelits-extra 0.4

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 22:34:41 UTC (rev 600729)
+++ PKGBUILD	2020-03-18 22:47:26 UTC (rev 600730)
@@ -2,8 +2,8 @@
 
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
-pkgver=0.3.3
-pkgrel=5
+pkgver=0.4
+pkgrel=1
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra"
 license=('custom:BSD2')
@@ -12,13 +12,8 @@
          'haskell-ghc-typelits-natnormalise')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('fc878c26e8eb8725df2afb6fee0809dff36cc36bcc834f67280d5527de73448940b9d5c251225ef8ff26562e2700707d3f1024b403d23f07c95758fb131a536b')
+sha512sums=('215cf547468856f5f7309928dce8fbecc23bcb1e5e86b3614483b2e08144801c063d8c61827b13aa92d8540a0f06f5fc10ba487d5283f5cb15b2f6ce5c5eb5c6')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/>=.*0.7.2/>=0.7/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list