Date: Thursday, June 7, 2018 @ 12:03:22 Author: felixonmars Revision: 341793
upgpkg: haskell-yesod-core 1.6.5-22 remove obsolete semigroups dependency Modified: haskell-yesod-core/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-07 11:55:41 UTC (rev 341792) +++ PKGBUILD 2018-06-07 12:03:22 UTC (rev 341793) @@ -5,7 +5,7 @@ _hkgname=yesod-core pkgname=haskell-yesod-core pkgver=1.6.5 -pkgrel=21 +pkgrel=22 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/" license=("MIT") @@ -15,10 +15,9 @@ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cookie' 'haskell-deepseq-generics' 'haskell-fast-logger' 'haskell-http-types' 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 'haskell-primitive' - 'haskell-random' 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' - 'haskell-shakespeare' 'haskell-unix-compat' 'haskell-unliftio' - 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' - 'haskell-wai-logger' 'haskell-warp' 'haskell-word8') + 'haskell-random' 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' + 'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-word8') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6bf98448abe8ab9ed9f7b602bc731d7aa67a31ce0440b7e3e633c2958258d98315c33a431e08b8ba2aa3bcc9fbde1945cafa823b3201986a7d0d33c2df6fe427')
