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

Felix Yan felixonmars at archlinux.org
Thu Jun 15 19:49:58 UTC 2017


    Date: Thursday, June 15, 2017 @ 19:49:57
  Author: felixonmars
Revision: 237397

upgpkg: c2hs 0.28.2-3

rebuild with ghc,8.0.2

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 19:47:41 UTC (rev 237396)
+++ PKGBUILD	2017-06-15 19:49:57 UTC (rev 237397)
@@ -4,12 +4,12 @@
 
 pkgname=c2hs
 pkgver=0.28.2
-pkgrel=2
+pkgrel=3
 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=8.0.1" "haskell-dlist" "haskell-language-c")
+depends=("ghc" "haskell-dlist" "haskell-language-c")
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('f4171478cafe9f4906735763c2e0bc1ca0a9f56b50e9d59aac07520434920f9e')
 



More information about the arch-commits mailing list