summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Keating2015-12-11 13:19:15 -0500
committerPatrick Keating2015-12-11 13:19:15 -0500
commit39635d021ce3c9f98f3506c94f64b57c1c88674d (patch)
tree1f74304ca14b22cf96d97cd8856c74b9ffe86f53 /PKGBUILD
parent3389957d5b92337a6c0684e0df36b74ab0ae4eb2 (diff)
downloadaur-haskell-hdbc.tar.gz
Updated for GHC 7.10.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31c3fc0ceda6..1d6cd11a9656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_hkgname=HDBC
pkgname=haskell-hdbc
pkgver=2.4.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Haskell Database Connectivity Library."
url="https://github.com/hdbc/hdbc"
license=("BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-mtl" "haskell-old-time"
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-old-time"
"haskell-text" "haskell-utf8-string" "haskell-convertible")
options=('staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")