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

Felix Yan felixonmars at archlinux.org
Wed Feb 17 11:03:24 UTC 2021


    Date: Wednesday, February 17, 2021 @ 11:03:24
  Author: felixonmars
Revision: 862366

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

Modified:
  haskell-versions/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 11:02:21 UTC (rev 862365)
+++ PKGBUILD	2021-02-17 11:03:24 UTC (rev 862366)
@@ -2,23 +2,18 @@
 
 _hkgname=versions
 pkgname=haskell-versions
-pkgver=4.0.1
-pkgrel=1
+pkgver=3.5.4
+pkgrel=63
 pkgdesc="Types and parsers for software version numbers"
 url="https://github.com/fosskers/versions"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-megaparsec' 'haskell-hashable' 'haskell-parser-combinators')
-makedepends=('ghc' 'uusi' 'haskell-microlens' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-hashable')
+makedepends=('ghc' 'haskell-microlens' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6ac9ed7159c924a606aeaa689bb5d11674fbaa6b2bf39cfe296f8b2b482c437bbf899fe6b1e3c25cfb4aa8cb6712755339377b4bf7e1f6c911115f1e993cd83e')
+sha512sums=('e3264b3069057aa9154f2957cce74b1aef009f0a07bf80a16982c7f9503ca7ee73481f3e809e1b8d5451d0ca268b7f6ae2ef968479332ff11acf7ef6973214cb')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    gen-setup
-}
-
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list