Commit graph

25 commits

Author SHA1 Message Date
Adam Brandizzi
1a8840f41a INSTALL.md: mentioning Stack version. (#4343) 2018-02-05 11:49:56 -08:00
John MacFarlane
0e16155aaf Remove custom prelude and ghc 7.8 support. 2018-01-14 23:31:49 -08:00
John MacFarlane
251fbfc60d Updated INSTALL.md since we now provide zips for binaries. 2017-11-21 10:17:50 -08:00
John MacFarlane
c8d889320f Various improvements to INSTALL.md. 2017-11-05 18:02:21 -08:00
Salim B
0fd1e0fa45 update commands to extract deb archive on Linux (#4043)
Since Pandoc v2.0 the xz instead of gz format is used for the data archive inside the deb (`data.tar.xz`) and the old commands to extract a gzip archive fail.
2017-11-05 20:46:18 -05:00
Roland Hieber
2aef7f1f9e INSTALL.md: update links to Linux distributions (#4040)
* INSTALL.md: update links to Linux distributions.  Some links were outdated.
  Link to the package search page if no separate page for pandoc exists, and
  use HTTPS where possible.  All other links have been clicked once and deemed okay.

* INSTALL.md: also link to the download page in the Linux section
  for people who only read the parts relevant for them.

  Signed-off-by: Roland Hieber <rohieb@rohieb.name>
2017-11-04 13:32:22 -04:00
Adam
9cd3763162
MacOS instructions needed xar -f
As written, produces an error
2017-11-01 11:26:07 -07:00
John MacFarlane
e87085016f INSTALL - removed "building the whole pandoc ecosystem."
This is irrelevant now with stack allowing us to depend
on arbitrary git commits.
2017-10-29 14:59:04 -07:00
John MacFarlane
312db3b851 INSTALL.md: updated docs for the linux package. 2017-10-23 23:08:51 -07:00
ickc
5c1d844e40 Name change OSX -> macOS (#3869)
* Name change OSX -> macOS

fix commit c96b64e

This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS.

The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd.

* fix casing of Linux, UNIX, and Windows
2017-08-23 13:48:10 -07:00
John MacFarlane
310ff99a8c INSTALL: Improved instructions for tests with patterns. 2017-06-23 13:09:47 +02:00
John MacFarlane
ff991d1e21 Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""
This reverts commit 1fa15c225b.
2017-04-02 23:10:10 +02:00
John MacFarlane
1fa15c225b Revert "Use file-embed instead of hsb2hs to embed data files."
This reverts commit 10d91c1479.
2017-03-26 20:48:17 +02:00
John MacFarlane
10d91c1479 Use file-embed instead of hsb2hs to embed data files.
I think template haskell is robust enough now across platforms
that this will work.

Motivation: file-embed gives us better dependency tracking:  if a data
file changes, ghc/stack/cabal know to recompile the Data module.

This also removes hsb2hs as a build dependency.
2017-03-26 17:22:00 +02:00
Or Neeman
fa43e36449 Fix stale references to tests directory (#3469)
Some of the benchmarks were failing due to references to files in the
`tests` directory, which is now called `test`.  A search found other
references to it also.  This commit updates all these references.
2017-02-25 10:31:40 +01:00
John MacFarlane
59c673c613 Fixed link to mac uninstaller script. 2017-02-24 16:07:56 +01:00
John MacFarlane
3c8ccd2a9c Modified documentation now that submodule fetching isn't needed. 2017-02-20 21:07:59 +01:00
Mauro Bieg
05cf034cc3 INSTALL.md put rpm-based distros on separate point (#3449) 2017-02-16 13:56:42 +01:00
John MacFarlane
c96b64e91b Name change OSX -> MacOS.
Add a -MacOS suffix to mac package rather than -OSX.
CHanged local names from osx to macos.
2017-01-31 15:06:58 +01:00
Mauro Bieg
1b2ba57270 fix internal link in INSTALL.md 2017-01-17 10:20:14 +01:00
Alexey Rogachev
94513e3744 Fixed typo (#3351) 2017-01-13 22:15:06 +01:00
John MacFarlane
d719d79ebc Added instructions for manual install from oxs, win packages. 2017-01-07 12:52:44 +01:00
Bheesham Persaud
6c1afc0412 Indent code on the installation page. (#3335)
Previously, not all code on the installation page was
highlighted/wrapped in code blocks due to incorrect indentation.
2017-01-01 22:40:43 -07:00
John MacFarlane
c0e8c02ca4 Removed duplicate link refs. 2016-10-25 16:47:31 +02:00
John MacFarlane
bb20f919c3 Added INSTALL.md, incorporating INSTALL + installing page from website. 2016-10-25 16:36:17 +02:00