Date: Friday, March 24, 2017 @ 08:13:47 Author: felixonmars Revision: 218630
upgpkg: haskell-test-framework-hunit 0.3.0.2-9 rebuild with HUnit,1.6.0.0 Modified: haskell-test-framework-hunit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-24 08:11:18 UTC (rev 218629) +++ PKGBUILD 2017-03-24 08:13:47 UTC (rev 218630) @@ -5,17 +5,17 @@ _hkgname=test-framework-hunit pkgname=haskell-test-framework-hunit pkgver=0.3.0.2 -pkgrel=8 +pkgrel=9 pkgdesc="HUnit support for the test-framework package." url="https://batterseapower.github.io/test-framework/" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-hunit" "haskell-extensible-exceptions" "haskell-test-framework") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8') prepare() { - sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.6/' $_hkgname-$pkgver/$_hkgname.cabal + sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' $_hkgname-$pkgver/$_hkgname.cabal } build() {
