[arch-commits] Commit in haskell-unliftio/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 5 08:58:19 UTC 2017
Date: Tuesday, December 5, 2017 @ 08:58:18
Author: felixonmars
Revision: 272217
upgpkg: haskell-unliftio 0.2.0.0-1
rebuild with monad-logger,0.3.26 unliftio,0.2.0.0
Modified:
haskell-unliftio/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 08:23:14 UTC (rev 272216)
+++ PKGBUILD 2017-12-05 08:58:18 UTC (rev 272217)
@@ -4,17 +4,16 @@
_hkgname=unliftio
pkgname=haskell-unliftio
-pkgver=0.1.1.0
-pkgrel=2
+pkgver=0.2.0.0
+pkgrel=1
pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"
url="https://github.com/fpco/monad-unlift"
license=("MIT")
arch=('x86_64')
-depends=('ghc-libs' "haskell-async" "haskell-monad-logger" "haskell-resourcet"
- "haskell-unliftio-core")
+depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('c154368fb94316fca26223fea6589e0371cf3b0f6c2eb35aed9c754990e54700ad91af8065afebc96e06297ce5f6d94310bb4edde16324c116e6a8b2e1e30fd0')
+sha512sums=('ab0c664ec086c1b673dac9722aad08d45fc87c061470ffe8d16291fa7815ea8e0db48b9d9510cb1dda8bb6b3f8a20877227bc708878a6573ef54fbe510e694ad')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list