[arch-commits] Commit in haskell-clash-prelude/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 13 22:29:08 UTC 2020
Date: Friday, March 13, 2020 @ 22:29:07
Author: felixonmars
Revision: 596320
upgpkg: haskell-clash-prelude 1.2.0-1
Modified:
haskell-clash-prelude/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-13 22:29:05 UTC (rev 596319)
+++ PKGBUILD 2020-03-13 22:29:07 UTC (rev 596320)
@@ -2,8 +2,8 @@
_hkgname=clash-prelude
pkgname=haskell-clash-prelude
-pkgver=1.0.1
-pkgrel=36
+pkgver=1.2.0
+pkgrel=1
pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
url="https://github.com/clash-lang/clash-prelude"
license=('BSD')
@@ -11,15 +11,17 @@
depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 'haskell-data-binary-ieee754'
'haskell-data-default-class' 'haskell-ghc-typelits-extra' 'haskell-ghc-typelits-knownnat'
'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable' 'haskell-lens'
- 'haskell-quickcheck' 'haskell-reflection' 'haskell-singletons' 'haskell-th-lift'
- 'haskell-th-orphans' 'haskell-type-errors' 'haskell-vector')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hint' 'haskell-tasty' 'haskell-tasty-hunit')
+ 'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hint' 'haskell-quickcheck-classes-base'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9edf5775b114e00d62e4a9330494ff367d60c8162c68e0a1b7a92867dbb0310336bf684ceb560f6681742a734086ad728cea8e452a97217d4fc4e830d8dcfc92')
+sha512sums=('11b3686c8ca25d4ab65ae72622de9bfd2240900db88059a6cfa442667dc0c3619bab2f9cdd61b25ac58b11cdc8c0424620de4e3337fc0b24b5c4406b5b56c6c9')
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *4.19/<5/' $_hkgname.cabal
+ sed -i 's/>= *0.7.2/>=0.7/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list