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

Felix Yan felixonmars at archlinux.org
Fri Mar 13 22:33:08 UTC 2020


    Date: Friday, March 13, 2020 @ 22:33:08
  Author: felixonmars
Revision: 596323

upgpkg: haskell-time-compat 1.9.3-1: rebuild with time-compat 1.9.3

Modified:
  haskell-time-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-13 22:29:16 UTC (rev 596322)
+++ PKGBUILD	2020-03-13 22:33:08 UTC (rev 596323)
@@ -2,8 +2,8 @@
 
 _hkgname=time-compat
 pkgname=haskell-time-compat
-pkgver=1.9.2.2
-pkgrel=29
+pkgver=1.9.3
+pkgrel=1
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat"
 license=('BSD')
@@ -12,12 +12,11 @@
 makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('210e1d6b6b1dcf30337c72d45dd5f229dfbd023a1612f13dccad23131f16437b2b6a43a46e5e1341751c7b6f88f8ef1a9b5efe91b1328b12ff20552e2a952f44')
+sha512sums=('937020b42b739a9ee2da3d8105181adc45d80f7e8b5af81c7f43dfbf567f33c81caf0e34de8896bc139f1eb4e40efd0715e9f6e5a4d542a1a86c4ea53151cf2a')
 
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    sed -i -e 's/< *0.11/<1/' -e 's/< *1.9.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list