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

Felix Yan felixonmars at archlinux.org
Sun Dec 24 17:28:16 UTC 2017


    Date: Sunday, December 24, 2017 @ 17:28:16
  Author: felixonmars
Revision: 275846

move gcc to ghc's dependency

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-24 17:02:04 UTC (rev 275845)
+++ PKGBUILD	2017-12-24 17:28:16 UTC (rev 275846)
@@ -72,7 +72,7 @@
   pkgdesc='The Glasgow Haskell Compiler'
   provides=("haskell-ghc=$pkgver")
   replaces=("haskell-ghc")
-  depends=('ghc-libs')
+  depends=('gcc' 'ghc-libs')
 
   cd ghc-$pkgver
   make DESTDIR="$pkgdir" -j1 install
@@ -95,7 +95,7 @@
 package_ghc-libs() {
   pkgdesc='The Glasgow Haskell Compiler - Dynamic Libraries'
   install='ghc.install'
-  depends=('gcc' 'gmp' 'libffi' 'perl')
+  depends=('gmp' 'libffi' 'perl')
   provides=('haskell-array=0.5.2.0'
             'haskell-base=4.10.1.0'
             'haskell-binary=0.8.5.1'



More information about the arch-commits mailing list