[arch-commits] Commit in haskell-generics-sop/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 4 13:34:36 UTC 2020
Date: Saturday, April 4, 2020 @ 13:34:35
Author: felixonmars
Revision: 611600
upgpkg: haskell-generics-sop 0.5.1.0-1: rebuild with generics-sop 0.5.1.0
Modified:
haskell-generics-sop/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 13:30:25 UTC (rev 611599)
+++ PKGBUILD 2020-04-04 13:34:35 UTC (rev 611600)
@@ -3,22 +3,20 @@
_hkgname=generics-sop
pkgname=haskell-generics-sop
-pkgver=0.5.0.0
-pkgrel=5
+pkgver=0.5.1.0
+pkgrel=1
pkgdesc="Generic Programming using True Sums of Products"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-sop-core')
+depends=('ghc-libs' 'haskell-sop-core' 'haskell-th-abstraction')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ba469a087c40002321333a4c3ecb287e1f780fc3c3a74e15c050ccb92d5520802fd1c05be2903a0ad4392787767f5c2705e66ff4bbbdb5e19e8be176580132d2')
+sha512sums=('454cb30800e4c6b225df6464970746ca51028ffbfe50143559eebf16918dd783ef2e7690c4877b568d1835043ec733ec0ca9a39e0ae88c3136c82d0afb42bda8')
prepare() {
cd $_hkgname-$pkgver
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-
- sed -i 's/< *2.15/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list