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

Felix Yan fyan at archlinux.org
Tue May 3 03:18:47 UTC 2016


    Date: Tuesday, May 3, 2016 @ 05:18:47
  Author: fyan
Revision: 173474

upgpkg: idris 0.11.1-1

rebuild with aeson-0.11.2.0, aeson-compat-0.3.3.0

Modified:
  idris/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 02:40:56 UTC (rev 173473)
+++ PKGBUILD	2016-05-03 03:18:47 UTC (rev 173474)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=idris
-pkgver=0.11
-pkgrel=8
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/"
 license=("custom:BSD3")
@@ -12,14 +12,15 @@
 depends=('gmp' 'libffi' 'zlib' 'gcc')
 makedepends=("ghc=7.10.3" "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-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")
+             "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=('e0ea4df41f63f9d4292fe2ae9d3031cbc511a96c80e43240df16374335261a2a')
+sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964')
 
 prepare() {
     sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal



More information about the arch-commits mailing list