[arch-commits] Commit in haskell-cabal-install-parsers/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Dec 16 10:25:02 UTC 2020


    Date: Wednesday, December 16, 2020 @ 10:25:01
  Author: felixonmars
Revision: 776440

upgpkg: haskell-cabal-install-parsers 0.4-1: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2, cabal-install-parsers 0.4

Modified:
  haskell-cabal-install-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-16 10:21:06 UTC (rev 776439)
+++ PKGBUILD	2020-12-16 10:25:01 UTC (rev 776440)
@@ -2,8 +2,8 @@
 
 _hkgname=cabal-install-parsers
 pkgname=haskell-cabal-install-parsers
-pkgver=0.3.0.1
-pkgrel=44
+pkgver=0.4
+pkgrel=1
 pkgdesc="Utilities to work with cabal-install files"
 url="https://haskell-ci.rtfd.org/"
 license=("GPL" "BSD")
@@ -14,12 +14,11 @@
              'haskell-tasty-hunit' 'haskell-tree-diff')
 checkdepends=('cabal-install')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('f5ea25ab10183c8d0a9dba42b47df96d3841a3245ce35e2c32d5088df51d7bea')
+sha512sums=('ed521221e822b471ed297d8291fb1360d785197b0d36de7a4e1dd2bf44b5c2840281fc423e2618dd70dc38354b156984e05f7469f3915321a181a349e94a1a27')
 
 prepare() {
   cd $_hkgname-$pkgver
-  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-  uusi $_hkgname.cabal
+  gen-setup
 }
 
 build() {



More information about the arch-commits mailing list