Skip to content

Commit

Permalink
fixed up my local-haddocks script
Browse files Browse the repository at this point in the history
  • Loading branch information
cartazio committed Sep 23, 2014
1 parent eb58da3 commit 4104655
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions local-haddockdocs → local-haddocks
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env bash
cabal configure && cabal build && cabal haddock --hyperlink-source \
--html-location='./' \
--contents-location='./index.html'
--html-location='./' # \
# --contents-location='./index.html'

# --html-location='/package/$pkg-$version/docs' \
# --contents-location='/package/$pkg'
S=$?
if [ "${S}" -eq "0" ]; then

Expand Down

0 comments on commit 4104655

Please sign in to comment.