summaryrefslogtreecommitdiff
path: root/community/haskell-data-default-class/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-data-default-class/PKGBUILD')
-rw-r--r--community/haskell-data-default-class/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/haskell-data-default-class/PKGBUILD b/community/haskell-data-default-class/PKGBUILD
index e2950265b..1f1362233 100644
--- a/community/haskell-data-default-class/PKGBUILD
+++ b/community/haskell-data-default-class/PKGBUILD
@@ -2,17 +2,19 @@
_hkgname=data-default-class
pkgname=haskell-data-default-class
pkgver=0.0.1
-pkgrel=1
+pkgrel=3
pkgdesc="A class for types with a default value"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
-depends=('ghc=7.6.3')
+depends=('ghc=7.8.2-2')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('abfd756bcc6d92e47436992c80ccdb80')
+options=('staticlibs')
+
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \