summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2017-02-10 01:28:48 +0900
committercbpark2017-02-10 01:28:48 +0900
commitc7989ef8732ae993c0c1b3582b30a37e035ca2af (patch)
tree3b9da062f8a171ca491ad0d7e97879506eb6672a
parentdef37eb4d249b0da25ce7e98c53aca05ec256223 (diff)
downloadaur-c7989ef8732ae993c0c1b3582b30a37e035ca2af.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.3.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35cc37870aea..46a5dd76a36f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = haskell-ghc-exactprint
pkgdesc = GHC version of haskell-src-exts exactPrint
- pkgver = 0.5.2.1
+ pkgver = 0.5.3.0
pkgrel = 1
url = https://hackage.haskell.org/package/ghc-exactprint
arch = i686
arch = x86_64
license = custom:BSD3
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.2.1/ghc-exactprint-0.5.2.1.tar.gz
- sha256sums = 756d6d0a706321a3ccd0b3c11c6cee65b5ecce95a988dda540e4f6743a602f08
+ depends = haskell-ghc-paths>=0.1
+ depends = haskell-mtl>=2.2.1
+ depends = haskell-syb>=0.5
+ depends = haskell-free>=4.12
+ source = http://hackage.haskell.org/packages/archive/ghc-exactprint/0.5.3.0/ghc-exactprint-0.5.3.0.tar.gz
+ sha256sums = 90e088b04a5b72d7c502049a201180bd593912d831d48b605582882dc9bc332d
pkgname = haskell-ghc-exactprint
diff --git a/PKGBUILD b/PKGBUILD
index 6afb60dd5471..56f8a42b3d88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.5.2.1
+pkgver=0.5.3.0
pkgrel=1
pkgdesc="GHC version of haskell-src-exts exactPrint"
arch=('i686' 'x86_64')
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
-depends=("ghc>=7.10.2" "haskell-ghc-paths" "haskell-mtl" "haskell-syb" "haskell-free")
+depends=("ghc>=7.10.2" "haskell-ghc-paths>=0.1" "haskell-mtl>=2.2.1" "haskell-syb>=0.5" "haskell-free>=4.12")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('756d6d0a706321a3ccd0b3c11c6cee65b5ecce95a988dda540e4f6743a602f08')
+sha256sums=('90e088b04a5b72d7c502049a201180bd593912d831d48b605582882dc9bc332d')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"