[arch-commits] Commit in haskell-optics-th/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 22 02:53:53 UTC 2020
Date: Wednesday, April 22, 2020 @ 02:53:53
Author: felixonmars
Revision: 617587
upgpkg: haskell-optics-th 0.3-1: rebuild with optics-core 0.3, optics-extra 0.3, optics-th 0.3
Modified:
haskell-optics-th/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-22 02:53:13 UTC (rev 617586)
+++ PKGBUILD 2020-04-22 02:53:53 UTC (rev 617587)
@@ -2,7 +2,7 @@
_hkgname=optics-th
pkgname=haskell-optics-th
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="Optics construction using TemplateHaskell"
url="https://github.com/well-typed/optics"
@@ -9,9 +9,9 @@
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-optics-core' 'haskell-th-abstraction')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-tagged')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1898d083597ab2c1a8f8c791c8e96d64248c6a4015fe0752b96b1d7dca6c2ae6c24cd635f4d40264445f44718a2c4b64fdc9e96537a144fb441f14a497236305')
+sha512sums=('ee902063b5ec9d2b268bc650e2e8c0cbdc197bc3435ee19bf1c5ebc886c4b24d89840177b7c5ea7c73f37af937b821cdd0fb06dce4fa86211c9df896e506ed98')
prepare() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list