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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 08:27:11 UTC 2017


    Date: Wednesday, August 16, 2017 @ 08:27:10
  Author: felixonmars
Revision: 251265

upgpkg: haskell-binary-tagged 0.1.4.2-31

GHC 8.2.1 rebuild

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 08:11:32 UTC (rev 251264)
+++ PKGBUILD	2017-08-16 08:27:10 UTC (rev 251265)
@@ -5,14 +5,15 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.2
-pkgrel=30
+pkgrel=31
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-base16-bytestring" "haskell-generics-sop"
+depends=('ghc-libs' "haskell-aeson" "haskell-base16-bytestring" "haskell-generics-sop"
          "haskell-hashable" "haskell-scientific" "haskell-semigroups" "haskell-sha" "haskell-tagged"
          "haskell-text" "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
 
@@ -19,20 +20,21 @@
 prepare() {
     # nats is an empty package in new GHC
     sed -e '/nats/d' \
-        -e 's/, vector                   >=0.10 && <0.12/, vector                   >=0.10 \&\& <0.13/' \
-        -e 's/, aeson                    >=0.8  && <1.1/, aeson                    >=0.8  \&\& <1.3/' \
-        -e 's/, generics-sop             >=0.1  && <0.3/, generics-sop             >=0.1  \&\& <0.4/' \
+        -e 's/, vector                   >=0.10 && <0.12/, vector                   >=0.10/' \
+        -e 's/, aeson                    >=0.8  && <1.1/, aeson                    >=0.8/' \
+        -e 's/, generics-sop             >=0.1  && <0.3/, generics-sop             >=0.1/' \
+        -e 's/, time                     >=1.4  && <1.7/, time                     >=1.4/' \
+        -e 's/base                     >=4.7  && <4.10/base                     >=4.7/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     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
@@ -41,11 +43,9 @@
 
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     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"



More information about the arch-commits mailing list