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

Felix Yan felixonmars at archlinux.org
Wed Feb 17 11:02:21 UTC 2021


    Date: Wednesday, February 17, 2021 @ 11:02:21
  Author: felixonmars
Revision: 862365

revert versions 4.0.1, what4 1.1: cannot fix/port cryptol

Modified:
  haskell-what4/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 10:35:08 UTC (rev 862364)
+++ PKGBUILD	2021-02-17 11:02:21 UTC (rev 862365)
@@ -2,30 +2,30 @@
 
 _hkgname=what4
 pkgname=haskell-what4
-pkgver=1.1
-pkgrel=1
+pkgver=1.0
+pkgrel=115
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bimap' 'haskell-bifunctors' 'haskell-bv-sized'
-         'haskell-config-value' 'haskell-deriving-compat' 'haskell-data-binary-ieee754'
-         'haskell-extra' 'haskell-fingertree' 'haskell-hashable' 'haskell-hashtables'
-         'haskell-io-streams' 'haskell-lens' 'haskell-libbf' 'haskell-panic'
-         'haskell-parameterized-utils' 'haskell-prettyprinter' 'haskell-scientific'
-         'haskell-temporary' 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-th-lift-instances'
-         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'haskell-versions'
-         'haskell-zenc')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-ansi-wl-pprint' 'haskell-bimap'
+         'haskell-bifunctors' 'haskell-bv-sized' 'haskell-deriving-compat'
+         'haskell-data-binary-ieee754' 'haskell-extra' 'haskell-fingertree' 'haskell-hashable'
+         'haskell-hashtables' 'haskell-io-streams' 'haskell-lens' 'haskell-panic'
+         'haskell-parameterized-utils' 'haskell-scientific' 'haskell-temporary'
+         'haskell-th-abstraction' 'haskell-unordered-containers' 'haskell-utf8-string'
+         'haskell-vector' 'haskell-versions' 'haskell-zenc')
 makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hedgehog'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 checkdepends=('cvc4' 'yices' 'z3')
 optdepends=('cvc4' 'yices' 'z3')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b29565389cb21b524250be1808b626521fe856fc8d948464482efece3fa2607cf78372e609a4761a71ad9ff46da6e1af18dd85a2d0fbd4857e1144b4b4319cba')
+sha512sums=('fcfb36322d3cd82fa5c013d404cbe8c7c8e52dc8e1b8b530df8c1c174d67327e9a48ba1a4c0714d87925eecd69713b341c4c96055693d2b6788a0c6bf7fc56a9')
 
 prepare() {
     cd $_hkgname-$pkgver
-    gen-setup
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    uusi $_hkgname.cabal
 }
 
 build() {
@@ -43,7 +43,8 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    # https://github.com/GaloisInc/what4/issues/67
+    runhaskell Setup test || :
 }
 
 package() {



More information about the arch-commits mailing list