[arch-commits] Commit in haskell-shelly/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 8 13:34:22 UTC 2020
Date: Wednesday, January 8, 2020 @ 13:34:22
Author: felixonmars
Revision: 550275
revert: not updatable (https://github.com/haskell/c2hs/issues/245)
Modified:
haskell-shelly/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-08 13:33:26 UTC (rev 550274)
+++ PKGBUILD 2020-01-08 13:34:22 UTC (rev 550275)
@@ -3,18 +3,19 @@
_hkgname=shelly
pkgname=haskell-shelly
-pkgver=1.9.0
-pkgrel=1
+pkgver=1.8.1
+pkgrel=77
pkgdesc="Shell-like (systems) programming in Haskell"
url="https://github.com/yesodweb/Shelly.hs"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-unix-compat' 'haskell-monad-control' 'haskell-lifted-base'
+depends=('ghc-libs' 'haskell-unix-compat' 'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base'
'haskell-lifted-async' 'haskell-exceptions' 'haskell-enclosed-exceptions'
'haskell-async' 'haskell-transformers-base')
makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7c1eb25439e08095187746d0101fd92ad56ebb5a706820bad7330667cfc806066d4675c677e5d267440d4af7b517f36449e8f5e75332521780b564edc1586254')
+sha512sums=('75a6939ed0c395950738d569d2452b55acc373ead0361e97651218ec464816fffa1af5808b7af4d2ea7cd4339c028a4a1bee02f0bfd88fecb73a6888c083d651')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list