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

Felix Yan felixonmars at archlinux.org
Mon May 27 10:42:41 UTC 2019


    Date: Monday, May 27, 2019 @ 10:42:41
  Author: felixonmars
Revision: 471273

upgpkg: haskell-time-compat 1.9.2.2-1

rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21

Modified:
  haskell-time-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 10:36:50 UTC (rev 471272)
+++ PKGBUILD	2019-05-27 10:42:41 UTC (rev 471273)
@@ -2,7 +2,7 @@
 
 _hkgname=time-compat
 pkgname=haskell-time-compat
-pkgver=1.9.2
+pkgver=1.9.2.2
 pkgrel=1
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat"
@@ -12,11 +12,12 @@
 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=('22baa1b3e0541150d35d12e333c489b7d1caa91967d283935dcafdd7d39251870d8da52af7d69dd26b8344954ed1039bbe90fd9de61f3d326847853a1f79af03')
+sha512sums=('210e1d6b6b1dcf30337c72d45dd5f229dfbd023a1612f13dccad23131f16437b2b6a43a46e5e1341751c7b6f88f8ef1a9b5efe91b1328b12ff20552e2a952f44')
 
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    sed -i 's/>=1.2.1/>=1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list