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

Felix Yan felixonmars at archlinux.org
Thu Jul 11 07:27:05 UTC 2019


    Date: Thursday, July 11, 2019 @ 07:27:05
  Author: felixonmars
Revision: 488678

upgpkg: haskell-shake 0.18.3-1

rebuild with shake 0.18.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-11 07:22:06 UTC (rev 488677)
+++ PKGBUILD	2019-07-11 07:27:05 UTC (rev 488678)
@@ -3,8 +3,8 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.18.2
-pkgrel=27
+pkgver=0.18.3
+pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com"
 license=("BSD")
@@ -14,12 +14,12 @@
          'haskell-random' 'haskell-unordered-containers' 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9795084ad8acea046736f89a47f6a7087bf1b3517dd210fac249b7c96b563db4c4689f8384e8319ae9719dec2de96edf77a0acc832d5ea270a0138796d830401')
+sha512sums=('d7d3ac1c7db8cec76df7e09d115f54be09cd66f95740c27ad807e3fa35b9ea37d20874c279b22d62b173b52205050a7bcaa805a265dab0fe73776e9a0b9a36db')
 
 prepare() {
     cd $_hkgname-$pkgver
     sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs
-    sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure --enable-executable-dynamic --disable-library-vanilla/' \
+    sed -e 's/runhaskell -package=Cabal Setup.hs configure/runhaskell -package=Cabal Setup.hs configure --enable-executable-dynamic --disable-library-vanilla/' \
         -e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
         -i src/Test/Docs.hs
     sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs src/Test/SelfMake.hs



More information about the arch-commits mailing list