[arch-commits] Commit in ghc/trunk (PKGBUILD print-provides-replaces.sh)

Felix Yan felixonmars at archlinux.org
Wed Jan 8 16:10:02 UTC 2020


    Date: Wednesday, January 8, 2020 @ 16:10:01
  Author: felixonmars
Revision: 550300

upgpkg: ghc 8.8.1-1

Modified:
  ghc/trunk/PKGBUILD
  ghc/trunk/print-provides-replaces.sh

----------------------------+
 PKGBUILD                   |   42 +++++++++++++++++++++---------------------
 print-provides-replaces.sh |    2 +-
 2 files changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 15:50:03 UTC (rev 550299)
+++ PKGBUILD	2020-01-08 16:10:01 UTC (rev 550300)
@@ -11,7 +11,7 @@
 
 pkgbase=ghc
 pkgname=(ghc-libs ghc ghc-static)
-pkgver=8.6.5
+pkgver=8.8.1
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('x86_64')
@@ -18,11 +18,11 @@
 url='https://www.haskell.org/ghc/'
 license=('custom')
 makedepends=('ghc-static' 'perl' 'libxslt' 'docbook-xsl' 'python-sphinx' 'haskell-hscolour'
-             'texlive-bin' 'texlive-latexextra' 'ttf-dejavu')
+             'texlive-bin' 'texlive-latexextra' 'ttf-dejavu' 'alex' 'happy' 'time')
 source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgbase-${pkgver}-src.tar.xz"
         ghc-rebuild-doc-index.hook ghc-register.hook ghc-unregister.hook)
 noextract=("$pkgbase-${pkgver}-src.tar.xz")
-sha512sums=('c08a7480200cb99e1ffbe4ce7669f552b1054054966f7e7efcbc5f98af8032e1249fa391c4fc4c7d62cc8e0be5d17fa05845177f3cea3dbcf86e6c92d40fc0f9'
+sha512sums=('7268b012c3a6c34e7eac05c7d6959de6005651d33e870860bbfe589295502e8794a76580130b8f4da2f88032b68116dbbdbc4c1e900e0c862aaa9891fa788bef'
             'afb119e4f665770c5704b97034d2488504eaa7afcddca2fb6b554079921cd2330599bcb5c36669f0d0e7856dd99ae1deeca1b0e97e2371a783f26e5ef9776ba9'
             'bd65a369b618ec9bee46c028c2b6acff8f883f60f6cad6e5be8561fbcef6118278abec11bb86f9e6f92cb2e05ad74ec54611c1788e8ed95187d0091fcbbf8767'
             'd4bfdd4c8ad9ac612cf187fec150850e9f4068a4a4202503c00dba07ba26f804bc11d7181249f7e3452d7ede60dc5dedea34e73fdb584ac2953068b51c6fd5ad')
@@ -95,36 +95,36 @@
   pkgdesc='The Glasgow Haskell Compiler - Dynamic Libraries'
   install='ghc.install'
   depends=('gmp' 'libffi' 'perl')
-  provides=('haskell-array=0.5.3.0'
-            'haskell-base=4.12.0.0'
-            'haskell-binary=0.8.6.0'
-            'haskell-bytestring=0.10.8.2'
-            'haskell-containers=0.6.0.1'
+  provides=('haskell-array=0.5.4.0'
+            'haskell-base=4.13.0.0'
+            'haskell-binary=0.8.7.0'
+            'haskell-bytestring=0.10.9.0'
+            'haskell-containers=0.6.2.1'
             'haskell-deepseq=1.4.4.0'
-            'haskell-directory=1.3.3.0'
+            'haskell-directory=1.3.3.2'
             'haskell-filepath=1.4.2.1'
-            'haskell-ghc-boot=8.6.5'
-            'haskell-ghc-boot-th=8.6.5'
+            'haskell-ghc-boot=8.8.1'
+            'haskell-ghc-boot-th=8.8.1'
             'haskell-ghc-compact=0.1.0.0'
-            'haskell-ghc-heap=8.6.5'
+            'haskell-ghc-heap=8.8.1'
             'haskell-ghc-prim=0.5.3'
-            'haskell-haskeline=0.7.4.3'
+            'haskell-haskeline=0.7.5.0'
             'haskell-hpc=0.6.0.3'
             'haskell-integer-gmp=1.0.2.0'
-            'haskell-libiserv=8.6.3'
+            'haskell-libiserv=8.8.1'
             'haskell-mtl=2.2.2'
-            'haskell-parsec=3.1.13.0'
+            'haskell-parsec=3.1.14.0'
             'haskell-pretty=1.1.3.6'
-            'haskell-process=1.6.5.0'
+            'haskell-process=1.6.5.1'
             'haskell-stm=2.5.0.0'
-            'haskell-template-haskell=2.14.0.0'
-            'haskell-terminfo=0.4.1.2'
-            'haskell-text=1.2.3.1'
-            'haskell-time=1.8.0.2'
+            'haskell-template-haskell=2.15.0.0'
+            'haskell-terminfo=0.4.1.4'
+            'haskell-text=1.2.4.0'
+            'haskell-time=1.9.3'
             'haskell-transformers=0.5.6.2'
             'haskell-unix=2.7.2.2'
             'haskell-xhtml=3000.2.2.1'
-            'haskell-cabal=2.4.0.1')
+            'haskell-cabal=3.0.0.0')
   replaces=('haskell-array'
             'haskell-base'
             'haskell-binary'

Modified: print-provides-replaces.sh
===================================================================
--- print-provides-replaces.sh	2020-01-08 15:50:03 UTC (rev 550299)
+++ print-provides-replaces.sh	2020-01-08 16:10:01 UTC (rev 550300)
@@ -23,7 +23,7 @@
 # $2 is the string for the test, either '=' or '<'
 print_var() {
   printf "  $1=("
-  for path in $(ls ./*/*.cabal); do
+  for path in $(ls ./*/*.cabal ./containers/containers/*.cabal); do
     dirname=$(echo $path | awk -F '/' '{ print $2 }')
     cabalfile=$(echo $path | awk -F '/' '{ print $3 }')
     cabalname=$(basename $cabalfile .cabal)



More information about the arch-commits mailing list