[arch-commits] Commit in (6 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 10 21:06:06 UTC 2015


    Date: Thursday, September 10, 2015 @ 23:06:06
  Author: foutrelis
Revision: 139838

Remove pkgrel value from versioned deps in haskell packages

Very few packages specify versioned deps down to their pkgrel; if this
was done consistently for every dependency it'd help avoid breakage, but
in its current state it only hinders automated rebuilds.

Modified:
  happy/trunk/PKGBUILD
  haskell-data-default-instances-dlist/trunk/PKGBUILD
  haskell-http/trunk/PKGBUILD
  haskell-network-uri/trunk/PKGBUILD
  haskell-random/trunk/PKGBUILD
  haskell-tf-random/trunk/PKGBUILD

-----------------------------------------------------+
 happy/trunk/PKGBUILD                                |    2 +-
 haskell-data-default-instances-dlist/trunk/PKGBUILD |    2 +-
 haskell-http/trunk/PKGBUILD                         |    2 +-
 haskell-network-uri/trunk/PKGBUILD                  |    2 +-
 haskell-random/trunk/PKGBUILD                       |    2 +-
 haskell-tf-random/trunk/PKGBUILD                    |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Modified: happy/trunk/PKGBUILD
===================================================================
--- happy/trunk/PKGBUILD	2015-09-10 20:41:34 UTC (rev 139837)
+++ happy/trunk/PKGBUILD	2015-09-10 21:06:06 UTC (rev 139838)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 license=("custom:BSD3")
 depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.1-1' 'haskell-mtl=2.2.1-1')
+makedepends=('ghc=7.10.1' 'haskell-mtl=2.2.1')
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('ffa56a1c312a60dfb1110afd25b28785')
 

Modified: haskell-data-default-instances-dlist/trunk/PKGBUILD
===================================================================
--- haskell-data-default-instances-dlist/trunk/PKGBUILD	2015-09-10 20:41:34 UTC (rev 139837)
+++ haskell-data-default-instances-dlist/trunk/PKGBUILD	2015-09-10 21:06:06 UTC (rev 139838)
@@ -7,7 +7,7 @@
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.1' 'haskell-data-default-class=0.0.1' 'haskell-dlist=0.7.1.1-1')
+depends=('ghc=7.10.1' 'haskell-data-default-class=0.0.1' 'haskell-dlist=0.7.1.1')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install

Modified: haskell-http/trunk/PKGBUILD
===================================================================
--- haskell-http/trunk/PKGBUILD	2015-09-10 20:41:34 UTC (rev 139837)
+++ haskell-http/trunk/PKGBUILD	2015-09-10 21:06:06 UTC (rev 139838)
@@ -9,7 +9,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1-1' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
 md5sums=('e2d682a564203d90c3fa040dd885afd1')

Modified: haskell-network-uri/trunk/PKGBUILD
===================================================================
--- haskell-network-uri/trunk/PKGBUILD	2015-09-10 20:41:34 UTC (rev 139837)
+++ haskell-network-uri/trunk/PKGBUILD	2015-09-10 21:06:06 UTC (rev 139838)
@@ -9,7 +9,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.1-1' 'sh' 'haskell-parsec')
+depends=('ghc=7.10.1' 'sh' 'haskell-parsec')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
 md5sums=('9f7eb108125b67719db88ea7961463ef')

Modified: haskell-random/trunk/PKGBUILD
===================================================================
--- haskell-random/trunk/PKGBUILD	2015-09-10 20:41:34 UTC (rev 139837)
+++ haskell-random/trunk/PKGBUILD	2015-09-10 21:06:06 UTC (rev 139838)
@@ -9,7 +9,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.1-1' 'sh')
+depends=('ghc=7.10.1' 'sh')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
 md5sums=('474f10b9389b316e4472b71d20298993')

Modified: haskell-tf-random/trunk/PKGBUILD
===================================================================
--- haskell-tf-random/trunk/PKGBUILD	2015-09-10 20:41:34 UTC (rev 139837)
+++ haskell-tf-random/trunk/PKGBUILD	2015-09-10 21:06:06 UTC (rev 139838)
@@ -9,7 +9,7 @@
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.1-1' 'haskell-random' 'haskell-primitive')
+depends=('ghc=7.10.1' 'haskell-random' 'haskell-primitive')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=$pkgname.install
 options=('staticlibs')



More information about the arch-commits mailing list