Commit graph

14 commits

Author SHA1 Message Date
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