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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 17:09:23 UTC 2017


    Date: Monday, January 2, 2017 @ 17:09:22
  Author: felixonmars
Revision: 204304

upgpkg: haskell-hashable 1.2.5.0-1

rebuild with hashable-1.2.5.0

Modified:
  haskell-hashable/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 17:05:31 UTC (rev 204303)
+++ PKGBUILD	2017-01-02 17:09:22 UTC (rev 204304)
@@ -4,15 +4,15 @@
 
 _hkgname=hashable
 pkgname=haskell-hashable
-pkgver=1.2.4.0
-pkgrel=5
+pkgver=1.2.5.0
+pkgrel=1
 pkgdesc="Mutable hash tables in the ST monad"
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh' 'haskell-text')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('55c2b3ce96fb4861e1f6e6b50a8182cc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+md5sums=('dd0d185552b94fd1c84580fddadf143c')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,8 @@
     
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -f-examples
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list