summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2017-07-16 20:01:47 +0900
committercbpark2017-07-16 20:01:47 +0900
commit3bcfa40cee068ec6aee2d0f86290ae4fcdff229d (patch)
tree14f550963c8c671f77cbcd4be418c54131baa598
parent51fc59b0e903f315021e9ad685cb62485408871f (diff)
downloadaur-3bcfa40cee068ec6aee2d0f86290ae4fcdff229d.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.4.0-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eec4d502025..e77112971a8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-exactprint
pkgdesc = Using the API Annotations available from GHC 7.10.2, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files.
pkgver = 0.5.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://hackage.haskell.org/package/ghc-exactprint
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2b2f6a664b22..989f18988524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
pkgver=0.5.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="Using the API Annotations available from GHC 7.10.2, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files."
arch=('i686' 'x86_64')
url="https://hackage.haskell.org/package/${_hkgname}"