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

Felix Yan felixonmars at archlinux.org
Sun Jul 17 04:03:14 UTC 2016


    Date: Sunday, July 17, 2016 @ 04:03:14
  Author: felixonmars
Revision: 183013

upgpkg: haskell-dav 1.3.1-1

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-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-17 02:57:20 UTC (rev 183012)
+++ PKGBUILD	2016-07-17 04:03:14 UTC (rev 183013)
@@ -4,24 +4,20 @@
 
 _hkgname=DAV
 pkgname=haskell-dav
-pkgver=1.2
-pkgrel=59
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV"
 license=("GPL3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" "haskell-exceptions"
-         "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" "haskell-lens"
-         "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-optparse-applicative"
-         "haskell-transformers-base" "haskell-transformers-compat" "haskell-utf8-string"
-         "haskell-xml-conduit" "haskell-xml-hamlet")
+         "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" "haskell-http-types"
+         "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+         "haskell-optparse-applicative" "haskell-transformers-base" "haskell-transformers-compat"
+         "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
 
-prepare() {
-    sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
@@ -28,7 +24,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -fnetwork-uri
+            -fnetwork-uri -f-mtl-compat
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list