Date: Thursday, August 17, 2017 @ 06:54:54
  Author: felixonmars
Revision: 251583

upgpkg: haskell-persistent 2.7.0-3

GHC 8.2.1 rebuild

Modified:
  haskell-persistent/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-17 06:51:58 UTC (rev 251582)
+++ PKGBUILD    2017-08-17 06:54:54 UTC (rev 251583)
@@ -5,12 +5,12 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base64-bytestring"
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
          "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
          "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
          "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
@@ -17,6 +17,7 @@
          "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
          "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
          "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('0cbe19efb17707ed9b1ee4c73c336a7c5e7404be50c6be6ad03a3adaeba232795c78b2e7cd45b6d20077831a21b79d9f88a1c42b794eea8b35b6d2102894a68b')
 
@@ -28,7 +29,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-nooverlap
     runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -40,8 +40,6 @@
     
     install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"

Reply via email to