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

Felix Yan felixonmars at archlinux.org
Thu Sep 20 19:27:54 UTC 2018


    Date: Thursday, September 20, 2018 @ 19:27:54
  Author: felixonmars
Revision: 383782

upgpkg: haskell-sbv 7.11-1

rebuild with sbv 7.11

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-20 19:21:23 UTC (rev 383781)
+++ PKGBUILD	2018-09-20 19:27:54 UTC (rev 383782)
@@ -3,19 +3,19 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=7.10
-pkgrel=31
+pkgver=7.11
+pkgrel=1
 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-random' 'haskell-syb' 'haskell-data-binary-ieee754'
+         'haskell-random' 'haskell-syb' 'haskell-reinterpret-cast'
          'haskell-generic-deriving')
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 'haskell-tasty-golden'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0eff6c043fff464d2a4c715e2269d05ecdda690df6a975c36f1c96728a4e4e075dc1e5667ffbdb8f1929bda930ad2a419d8138d13f6a1e3023562b6445c86121')
+sha512sums=('83cd74fd7be4636da9915d92a54edcda09951a0c5ba6f531306f449b919e9dbacdf9fe92f5271fffd44017d91deb8c0dc4ca8e39ee82358c15fb0d5fd7d24bc8')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list