summaryrefslogtreecommitdiff
path: root/community/haskell-json
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-29 00:34:23 -0700
committerroot <root@rshg054.dnsready.net>2013-04-29 00:34:23 -0700
commitbab69e0f720c6f189c4486b7b945079be23f0a4b (patch)
tree381ff8864fb51d2d7510c6cb1dc2bc8972b8de47 /community/haskell-json
parentf38edbff3878008c8b2ae1ca8a496c349763017b (diff)
Mon Apr 29 00:34:20 PDT 2013
Diffstat (limited to 'community/haskell-json')
-rw-r--r--community/haskell-json/PKGBUILD2
-rw-r--r--community/haskell-json/haskell-json.install1
2 files changed, 1 insertions, 2 deletions
diff --git a/community/haskell-json/PKGBUILD b/community/haskell-json/PKGBUILD
index 4677e1f77..b1ed11582 100644
--- a/community/haskell-json/PKGBUILD
+++ b/community/haskell-json/PKGBUILD
@@ -3,7 +3,7 @@
_hkgname=json
pkgname=haskell-json
pkgver=0.7
-pkgrel=4
+pkgrel=5
pkgdesc="Support for serialising Haskell to and from JSON"
url="http://hackage.haskell.org/package/${_hkgname}"
license=(custom:BSD3)
diff --git a/community/haskell-json/haskell-json.install b/community/haskell-json/haskell-json.install
index a57cdb69e..5be36b5cc 100644
--- a/community/haskell-json/haskell-json.install
+++ b/community/haskell-json/haskell-json.install
@@ -1,6 +1,5 @@
HS_DIR=usr/share/haskell/haskell-json
-# functions
post_install() {
$HS_DIR/register.sh
(cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)