summaryrefslogtreecommitdiff
path: root/community/haskell-mtl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-mtl/PKGBUILD')
-rw-r--r--community/haskell-mtl/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/haskell-mtl/PKGBUILD b/community/haskell-mtl/PKGBUILD
index fb3c0f4d0..3dc028d5f 100644
--- a/community/haskell-mtl/PKGBUILD
+++ b/community/haskell-mtl/PKGBUILD
@@ -3,13 +3,13 @@
_hkgname=mtl
pkgname=haskell-mtl
pkgver=2.1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Monad classes, using functional dependencies"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
options=('staticlibs')
-depends=('ghc=7.8.2-2' 'sh')
+depends=('ghc=7.8.3-1' 'sh')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=${pkgname}.install
md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')