[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 16 20:22:07 UTC 2018


    Date: Wednesday, May 16, 2018 @ 20:22:06
  Author: felixonmars
Revision: 323226

upgpkg: haskell-http-api-data 0.3.8.1-8

rebuild with ghc 8.4.2

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 20:20:55 UTC (rev 323225)
+++ PKGBUILD	2018-05-16 20:22:06 UTC (rev 323226)
@@ -5,13 +5,13 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="https://github.com/fizruk/http-api-data"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-hashable'
-         'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
+         'haskell-http-types' 'haskell-time-locale-compat'
          'haskell-unordered-containers' 'haskell-uri-bytestring' 'haskell-uuid-types')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit'
              'haskell-quickcheck' 'haskell-quickcheck-instances')
@@ -18,10 +18,6 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7fdb041dc95aa0b197af3e38a5270a8355d1aa7fe3c295234951bcb5592a5ab233c18c4b6f5da8f24ffbcddc477241138ae3c8b7225a5418200826bb114eb769')
 
-prepare() {
-    sed -i '/test-suite doctests/a \  x-doctest-options: -dynamic' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list