Date: Thursday, May 17, 2018 @ 17:59:45 Author: felixonmars Revision: 323941
upgpkg: haskell-sbv 7.7-6 rebuild with ghc 8.4.2 Modified: haskell-sbv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 17:53:37 UTC (rev 323940) +++ PKGBUILD 2018-05-17 17:59:45 UTC (rev 323941) @@ -5,13 +5,13 @@ _hkgname=sbv pkgname=haskell-sbv pkgver=7.7 -pkgrel=5 +pkgrel=6 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving" url="http://leventerkok.github.com/sbv" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' - 'haskell-mtl' 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754' + 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754' 'haskell-generic-deriving') makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
