Skip to content

Instantly share code, notes, and snippets.

@pasberth
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pasberth/eaa13cc4c0b59d00c6b1 to your computer and use it in GitHub Desktop.
Save pasberth/eaa13cc4c0b59d00c6b1 to your computer and use it in GitHub Desktop.
cabal install hsenv
git clone git@github.com:pasberth/paradocs.git
git clone git@github.com:haskell/haskell-platform.git
wget https://www.haskell.org/ghc/dist/7.8.2/ghc-7.8.2-i386-unknown-linux-deb7.tar.bz2 # https://www.haskell.org/ghc/dist/7.8.2/ から適切なものを選んでね
hsenv --ghc=ghc-7.8.2-i386-unknown-linux-deb7.tar.bz2
source .hsenv/bin/activate
cabal install ./haskell-platform
cabal install ./paradocs
@pasberth
Copy link
Author

これを実行したあと、次のように、とりあえず試すことができます

paradocs ./paradocs/doc/cheatsheet.pdoc > cheatsheet.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment