[arch-commits] Commit in (3 files)

Felix Yan felixonmars at archlinux.org
Wed Feb 26 15:18:30 UTC 2020


    Date: Wednesday, February 26, 2020 @ 15:18:29
  Author: felixonmars
Revision: 582962

revert hspec-wai/hspec-wai-json update: postgrest doesn't build

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD
  haskell-hspec-wai/trunk/PKGBUILD
  haskell-servant-server/trunk/PKGBUILD

---------------------------------------+
 haskell-hspec-wai-json/trunk/PKGBUILD |    6 +++---
 haskell-hspec-wai/trunk/PKGBUILD      |    6 +++---
 haskell-servant-server/trunk/PKGBUILD |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: haskell-hspec-wai/trunk/PKGBUILD
===================================================================
--- haskell-hspec-wai/trunk/PKGBUILD	2020-02-26 15:01:24 UTC (rev 582961)
+++ haskell-hspec-wai/trunk/PKGBUILD	2020-02-26 15:18:29 UTC (rev 582962)
@@ -3,8 +3,8 @@
 
 _hkgname=hspec-wai
 pkgname=haskell-hspec-wai
-pkgver=0.10.0
-pkgrel=1
+pkgver=0.9.2
+pkgrel=116
 pkgdesc="Experimental Hspec support for testing WAI applications"
 url="https://github.com/hspec/hspec-wai"
 license=("MIT")
@@ -14,7 +14,7 @@
          'haskell-wai' 'haskell-wai-extra')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f8321fff2b1f982e10d0bcd2f8b502c052e0eca9dcf6e817d1870841e45d9199c5c6f02ee9730cffc7f1829d5182fafb623512e6516ca51a07c0bfcef1707b16')
+sha512sums=('a3a6a24fc948d924f60f55da7d133446c57549f9967a47adafa8f8df057370472348f9413477a4f78f5068233a6b103396810e611161735ec75f87b6d9673edb')
 
 build() {
     cd $_hkgname-$pkgver

Modified: haskell-hspec-wai-json/trunk/PKGBUILD
===================================================================
--- haskell-hspec-wai-json/trunk/PKGBUILD	2020-02-26 15:01:24 UTC (rev 582961)
+++ haskell-hspec-wai-json/trunk/PKGBUILD	2020-02-26 15:18:29 UTC (rev 582962)
@@ -3,8 +3,8 @@
 
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
-pkgver=0.10.0
-pkgrel=1
+pkgver=0.9.2
+pkgrel=130
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai"
 license=("MIT")
@@ -13,7 +13,7 @@
          'haskell-hspec-wai')
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3f2f0f23f9e5a4862bcc8283fdb59975a7ec0596134dacd48608e2b795c1e00d32282f530d078abcd247d77230f49b3d639a6771aff8b1fb71ead74f058cd00f')
+sha512sums=('244d94f9099199a32f0de0412b053ad0d968c88b725f476414707caf95caaaedc07d7d5a301fb4aeaf6586cef54effd93f8ca1cf053031219ca1e0a08bcfb0b7')
 
 build() {
     cd $_hkgname-$pkgver

Modified: haskell-servant-server/trunk/PKGBUILD
===================================================================
--- haskell-servant-server/trunk/PKGBUILD	2020-02-26 15:01:24 UTC (rev 582961)
+++ haskell-servant-server/trunk/PKGBUILD	2020-02-26 15:18:29 UTC (rev 582962)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16.2
-pkgrel=104
+pkgrel=103
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *0.10/<1/' -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
+    sed -i -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list