[arch-commits] Commit in c2hs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Aug 15 10:31:07 UTC 2017


    Date: Tuesday, August 15, 2017 @ 10:31:06
  Author: felixonmars
Revision: 250868

upgpkg: c2hs 0.28.2-6

GHC 8.2.1 rebuild

Modified:
  c2hs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 10:28:44 UTC (rev 250867)
+++ PKGBUILD	2017-08-15 10:31:06 UTC (rev 250868)
@@ -4,12 +4,13 @@
 
 pkgname=c2hs
 pkgver=0.28.2
-pkgrel=5
+pkgrel=6
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs"
 license=("GPL2")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-dlist" "haskell-language-c")
+depends=('ghc-libs' "haskell-dlist" "haskell-language-c")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('f4171478cafe9f4906735763c2e0bc1ca0a9f56b50e9d59aac07520434920f9e')
 



More information about the arch-commits mailing list