summaryrefslogtreecommitdiff
path: root/community/haskell-hslogger
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-04 14:29:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-04 14:29:49 +0100
commitf562bf5c7bccf8094a01bb4c56adf5a4013d0c7e (patch)
tree3609d30e72f09697e5773461d97f49886cb1a7c7 /community/haskell-hslogger
parent2bb2d0a4fb9b0f5abca7ab67cc8d75be873bb1f1 (diff)
Don't do changes probably not affecting the packages.
Diffstat (limited to 'community/haskell-hslogger')
-rw-r--r--community/haskell-hslogger/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD
index ad7e5aaa5..b8ccb5beb 100644
--- a/community/haskell-hslogger/PKGBUILD
+++ b/community/haskell-hslogger/PKGBUILD
@@ -22,7 +22,7 @@ build() {
--enable-split-objs --enable-shared --libsubdir=\$compiler/site-local/\$pkgid \
--enable-library-profiling
runhaskell Setup build
- RUnhaskell Setup haddock
+ runhaskell Setup haddock
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh