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

Felix Yan felixonmars at archlinux.org
Fri Mar 13 12:21:52 UTC 2020


    Date: Friday, March 13, 2020 @ 12:21:52
  Author: felixonmars
Revision: 595913

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-13 12:18:37 UTC (rev 595912)
+++ PKGBUILD	2020-03-13 12:21:52 UTC (rev 595913)
@@ -2,8 +2,8 @@
 
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
-pkgver=0.3.2
-pkgrel=4
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra"
 license=('custom:BSD2')
@@ -12,8 +12,13 @@
          '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=('51cb8ae3c816723e4796d9c6feac495141afc154e54ddaa00e4443d903450679b4ced1032af868c0d976769f3f41744bf6e55ba1417695800e238929d3859718')
+sha512sums=('fc878c26e8eb8725df2afb6fee0809dff36cc36bcc834f67280d5527de73448940b9d5c251225ef8ff26562e2700707d3f1024b403d23f07c95758fb131a536b')
 
+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