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

Felix Yan felixonmars at archlinux.org
Mon Jan 21 18:17:08 UTC 2019


    Date: Monday, January 21, 2019 @ 18:17:02
  Author: felixonmars
Revision: 426268

upgpkg: haskell-servant-server 0.15-1

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 2.7.0, hspec 2.7.0, hspec-contrib 0.5.1, http-api-data 0.4

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-21 18:08:49 UTC (rev 426267)
+++ PKGBUILD	2019-01-21 18:17:02 UTC (rev 426268)
@@ -3,8 +3,8 @@
 
 _hkgname=servant-server
 pkgname=haskell-servant-server
-pkgver=0.14.1
-pkgrel=24
+pkgver=0.15
+pkgrel=1
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -13,17 +13,17 @@
          'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 'haskell-http-types'
          'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 'haskell-servant'
          'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
-         'haskell-transformers-base' 'haskell-transformers-compat' 'haskell-wai'
-         'haskell-wai-app-static' 'haskell-warp' 'haskell-word8')
+         'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp'
+         'haskell-word8')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-wai'
              'haskell-should-not-typecheck' 'haskell-quickcheck' 'haskell-safe' 'haskell-wai-extra'
-             'haskell-temporary')
+             'haskell-temporary' 'haskell-transformers-compat')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6a22b6c60ff79363df740f48fed89f2bed264b207051dbe83a5f347b67359519c98df7769eceb03363c9ca354e858ff51b7b3c2026d173e311d756a0fe68344a')
+sha512sums=('563e7216908eb1377015fda773612cdd892266f55b60f76de857980d8dcf4536eef59ec24946e757dfcf1d0a15f7f0977539c1cf80c5ef50457ca2544dbb5473')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' $_hkgname.cabal
+    sed -i -e 's/< *2.7/<3/' -e 's/>= 2.8/>= 2.7/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list