[arch-commits] Commit in idris/repos (4 files)

Felix Yan felixonmars at archlinux.org
Wed Jul 27 05:30:42 UTC 2016


    Date: Wednesday, July 27, 2016 @ 05:30:41
  Author: felixonmars
Revision: 184475

archrelease: copy trunk to community-i686, community-x86_64

Added:
  idris/repos/community-i686/PKGBUILD
    (from rev 184474, idris/trunk/PKGBUILD)
  idris/repos/community-x86_64/PKGBUILD
    (from rev 184474, idris/trunk/PKGBUILD)
Deleted:
  idris/repos/community-i686/PKGBUILD
  idris/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 ------------------------
 community-x86_64/PKGBUILD |   44 ------------------------
 3 files changed, 78 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-27 05:30:12 UTC (rev 184474)
+++ community-i686/PKGBUILD	2016-07-27 05:30:41 UTC (rev 184475)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=idris
-pkgver=0.11.2
-pkgrel=2
-pkgdesc="Functional Programming Language with Dependent Types"
-url="http://www.idris-lang.org/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib' 'gcc')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
-             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html"
-             "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify"
-             "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
-             "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" "haskell-split"
-             "haskell-terminal-size" "haskell-text" "haskell-transformers-compat"
-             "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers"
-             "haskell-utf8-string" "haskell-vector" "haskell-vector-binary-instances"
-             "haskell-zip-archive")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fFFI -fGMP
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
-    runhaskell Setup register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: idris/repos/community-i686/PKGBUILD (from rev 184474, idris/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-27 05:30:41 UTC (rev 184475)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=idris
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
+             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html"
+             "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify"
+             "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+             "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" "haskell-safe"
+             "haskell-split" "haskell-terminal-size" "haskell-text" "haskell-transformers-compat"
+             "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers"
+             "haskell-utf8-string" "haskell-vector" "haskell-vector-binary-instances"
+             "haskell-zip-archive")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2d3e4d1768975db5f786796d0d9a98037c011a3bf7765e41b17aa585680a49bb')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fFFI -fGMP
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-27 05:30:12 UTC (rev 184474)
+++ community-x86_64/PKGBUILD	2016-07-27 05:30:41 UTC (rev 184475)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=idris
-pkgver=0.11.2
-pkgrel=2
-pkgdesc="Functional Programming Language with Dependent Types"
-url="http://www.idris-lang.org/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib' 'gcc')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
-             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html"
-             "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify"
-             "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
-             "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" "haskell-split"
-             "haskell-terminal-size" "haskell-text" "haskell-transformers-compat"
-             "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers"
-             "haskell-utf8-string" "haskell-vector" "haskell-vector-binary-instances"
-             "haskell-zip-archive")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fFFI -fGMP
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
-    runhaskell Setup register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: idris/repos/community-x86_64/PKGBUILD (from rev 184474, idris/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-27 05:30:41 UTC (rev 184475)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=idris
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
+             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html"
+             "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify"
+             "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+             "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" "haskell-safe"
+             "haskell-split" "haskell-terminal-size" "haskell-text" "haskell-transformers-compat"
+             "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers"
+             "haskell-utf8-string" "haskell-vector" "haskell-vector-binary-instances"
+             "haskell-zip-archive")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2d3e4d1768975db5f786796d0d9a98037c011a3bf7765e41b17aa585680a49bb')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fFFI -fGMP
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}



More information about the arch-commits mailing list