Date: Tuesday, July 19, 2016 @ 14:41:16
  Author: felixonmars
Revision: 183130

upgpkg: haskell-hakyll 4.8.3.2-5

rebuild with aeson-compat-0.3.5.0, authenticate-1.3.3.2, chunked-data-0.3.0, 
conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, 
http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, 
mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-19 14:39:27 UTC (rev 183129)
+++ PKGBUILD    2016-07-19 14:41:16 UTC (rev 183130)
@@ -5,22 +5,25 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
-         "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
-         "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
-         "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
-         "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
-         "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
-         "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+         "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+         "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+         "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+         "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+         "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
          "haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
 
+prepare() {
+    sed -i 's/http-conduit >= 2.1    && < 2.2,/http-conduit >= 2.1    \&\& < 
2.3,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     

Reply via email to