summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")