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

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


    Date: Monday, January 21, 2019 @ 18:08:29
  Author: felixonmars
Revision: 426266

upgpkg: haskell-servant 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/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-21 18:07:22 UTC (rev 426265)
+++ PKGBUILD	2019-01-21 18:08:29 UTC (rev 426266)
@@ -3,25 +3,25 @@
 
 _hkgname=servant
 pkgname=haskell-servant
-pkgver=0.14.1
-pkgrel=5
+pkgver=0.15
+pkgrel=1
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
-         'haskell-case-insensitive' 'haskell-http-api-data' 'haskell-http-media'
-         'haskell-http-types' 'haskell-natural-transformation' 'haskell-mmorph'
-         'haskell-tagged' 'haskell-singleton-bool' 'haskell-string-conversions'
-         'haskell-network-uri' 'haskell-vault')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-aeson-compat' 'haskell-hspec'
-             'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-doctest')
+         'haskell-bifunctors' 'haskell-case-insensitive' 'haskell-http-api-data'
+         'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri'
+         'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool'
+         'haskell-string-conversions' 'haskell-vault')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec' 'haskell-quickcheck-instances'
+             'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a767a41c4682cfd3c52fca0c55862b9ce2d008fc388a44946621dbd67fa4d30b6f1d2c18642e410a58fadd2d26299bf67192a5def7f6d18afff18da284a44569')
+sha512sums=('9a82333d162baecd3f9815db5ed60afbbf5b207ebf5e2920f620a85d315f36a7da81f0b5845c7ca243e86dcc4476c3d1c80e70d76bf165b2369388a295858d69')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.12/<5/' $_hkgname.cabal
+    sed -i -e 's/< *2.7/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list