summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2016-07-30 21:10:29 +0900
committercbpark2016-07-30 21:10:29 +0900
commitdef37eb4d249b0da25ce7e98c53aca05ec256223 (patch)
treeac22b03980ec98dd5f37e71b590cf7ec8471b153
parentea204ecaf6fd8e6ac77d874d152f524010380ad5 (diff)
downloadaur-def37eb4d249b0da25ce7e98c53aca05ec256223.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.2.1-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cbd6aacd4fe..35cc37870aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = haskell-ghc-exactprint
pkgdesc = GHC version of haskell-src-exts exactPrint
- pkgver = 0.5.1.1
+ pkgver = 0.5.2.1
pkgrel = 1
- epoch = 0
url = https://hackage.haskell.org/package/ghc-exactprint
arch = i686
arch = x86_64
license = custom:BSD3
- depends = ghc=8.0.1
+ depends = ghc>=7.10.2
depends = haskell-ghc-paths
depends = haskell-mtl
depends = haskell-syb
depends = haskell-free
- source = http://hackage.haskell.org/packages/archive/ghc-exactprint/0.5.1.1/ghc-exactprint-0.5.1.1.tar.gz
- sha256sums = ab88a158b659641a1a940b1ebeaeefe8d41e53f1da2bee139914bbad21f15d8a
+ source = http://hackage.haskell.org/packages/archive/ghc-exactprint/0.5.2.1/ghc-exactprint-0.5.2.1.tar.gz
+ sha256sums = 756d6d0a706321a3ccd0b3c11c6cee65b5ecce95a988dda540e4f6743a602f08
pkgname = haskell-ghc-exactprint
diff --git a/PKGBUILD b/PKGBUILD
index e0d23e6b243b..6afb60dd5471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.5.1.1
+pkgver=0.5.2.1
pkgrel=1
-epoch=0
pkgdesc="GHC version of haskell-src-exts exactPrint"
arch=('i686' 'x86_64')
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
-depends=("ghc=8.0.1" "haskell-ghc-paths" "haskell-mtl" "haskell-syb" "haskell-free")
+depends=("ghc>=7.10.2" "haskell-ghc-paths" "haskell-mtl" "haskell-syb" "haskell-free")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ab88a158b659641a1a940b1ebeaeefe8d41e53f1da2bee139914bbad21f15d8a')
+sha256sums=('756d6d0a706321a3ccd0b3c11c6cee65b5ecce95a988dda540e4f6743a602f08')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"