diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-02 11:14:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-02 20:45:26 -0700 |
commit | 333eafb886b3179dfb8cefadec6326ec19f01f52 (patch) | |
tree | 3474ea37b73bc5e2c9f9c0179096b29729535b3a | |
parent | 8d39d03d05728dd8cb17f884525fa2e26794441c (diff) | |
download | pandoc-333eafb886b3179dfb8cefadec6326ec19f01f52.tar.gz |
Added INSTALL instructions about older cabal versions.
IT may be necessary to update cabal, since older versions
don't take into account the (new) possibility of changed
metadata on Hackage.
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ Quick install This procedure will install the released version of pandoc, which will be downloaded automatically from HackageDB. + (Note: if this step fails, and you are using an older version + of the Haskell Platform, e.g. on Debian stable, you may need to + upgrade your version of cabal: `cabal install cabal-install`, + then try `cabal update && cabal install pandoc` again.) + If you want to install a modified or development version of pandoc instead, switch to the source directory and do as above, but without the 'pandoc': |