summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2017-05-07 04:16:50 +0900
committercbpark2017-05-07 04:16:50 +0900
commit9d0850f39d8397f760fd2da3cb95cfe9f2b793f8 (patch)
tree540c5c8ef06fc6faad42e09827dea6367aea451f
parentca00fd9120559109bc87e755a1576189b2acb9c3 (diff)
downloadaur-9d0850f39d8397f760fd2da3cb95cfe9f2b793f8.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.3.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2749629f7f97..e038b6edc813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-exactprint
pkgdesc = GHC version of haskell-src-exts exactPrint
- pkgver = 0.5.3.0
- pkgrel = 2
+ pkgver = 0.5.3.1
+ pkgrel = 1
url = https://hackage.haskell.org/package/ghc-exactprint
arch = i686
arch = x86_64
@@ -11,8 +11,10 @@ pkgbase = haskell-ghc-exactprint
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
+ depends = haskell-text>=1.2.2
+ depends = haskell-turtle>=1.3.0
+ source = http://hackage.haskell.org/packages/archive/ghc-exactprint/0.5.3.1/ghc-exactprint-0.5.3.1.tar.gz
+ sha256sums = 54f2b83a8643e25654e4dfaf236938021e37c82e22d589d45ffb43aef2483772
pkgname = haskell-ghc-exactprint
diff --git a/PKGBUILD b/PKGBUILD
index 164ef26d6ad5..0544af7763c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.5.3.0
-pkgrel=2
+pkgver=0.5.3.1
+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>=0.1" "haskell-mtl>=2.2.1" "haskell-syb>=0.5" "haskell-free>=4.12")
+depends=("ghc>=7.10.2" "haskell-ghc-paths>=0.1" "haskell-mtl>=2.2.1" "haskell-syb>=0.5" "haskell-free>=4.12" "haskell-text>=1.2.2" "haskell-turtle>=1.3.0")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('90e088b04a5b72d7c502049a201180bd593912d831d48b605582882dc9bc332d')
+sha256sums=('54f2b83a8643e25654e4dfaf236938021e37c82e22d589d45ffb43aef2483772')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"