1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
Rob Rix
6a4057902c
v2-. 2019-10-30 08:42:28 -04:00
Rob Rix
d8f93c66cf
🔥 an unused reference. 2019-10-30 08:40:51 -04:00
Patrick Thomson
998f04ee18
Update Java support status in the README.
Now that we’ve removed the Java syntax and assignment modules, parse/assign/diff capabilities for Java have, temporarily, regressed. Let’s inform people of this in the README.
2019-10-07 16:54:10 -04:00
Rick Winfrey
4729b5e677 Remove Haskell language modules for now 2019-10-04 15:00:58 -07:00
Rob Rix
0d2452fb1c
Merge pull request #162 from github/add-script-bootstrap
Add script/bootstrap file.
2019-06-17 16:56:14 -04:00
Patrick Thomson
992c84c031 better language 2019-06-17 13:52:00 -04:00
Patrick Thomson
7f77ab6e12 Emphasize ghcup and discourage use of system GHCs.
In #109, we encountered Arch users whose build failed because Arch
installs a GHC configured to use dynamic linking by default, and GHC
is relatively reluctant to use dynamic linking (and sensibly, too,
given that ABIs vary between releases of GHC). Though Arch users
should be able to work around this problem with careful use of
`new-configure` flags, I submit that we should strongly encourage
people to use sandboxed, statically-linked GHCs, rather than contort
our code to account for questionable decisions on the part of the OS.
2019-06-17 13:34:36 -04:00
Patrick Thomson
2d4c889011 Add script/bootstrap file.
Fixes #135.
2019-06-17 13:23:05 -04:00
Patrick Thomson
19b040cff6
Document that Cabal 2.4 is necessary.
Fixes #145. Also removes some language about Stackage versions which isn’t accurate anymore.
2019-06-14 08:25:49 -04:00
Nate Eagleson
f9af6561db
Singularize word in README.md 2019-06-06 08:03:43 -04:00
Patrick Thomson
4c358b495e
🤠 Tighten up some language about stack vs. cabal 2019-06-04 16:00:03 -04:00
Patrick Thomson
5d86878d24
Merge pull request #64 from yuanwang-wf/stack
Ignore stack.yaml and stack.yaml.lock.
2019-06-04 15:27:45 -04:00
Yuan Wang
daa93db5b2 ignore stack.yaml and update readme 2019-06-04 13:07:20 -06:00
Patrick Thomson
15c1a84e6d Add documentation detailing example uses for the CLI. 2019-06-04 10:23:27 -04:00
Patrick Thomson
484a1b8e83 new-update is technically more correct. 2019-05-31 13:31:30 -04:00
Patrick Thomson
15600ee054 Update README with more explicit instructions for getting started.
:hat: to @jaredmorrow for pointing out you need these if you've just
installed a fresh GHC.
2019-05-31 13:19:47 -04:00
Patrick Thomson
b2bbda5fca Specify version bounds in .cabal file (#1)
Establish library bounds based on Stackage LTS 13.13.

We use the new cabal `^>=` operator to establish PVP-compatible versioning.
2019-05-31 08:58:17 -04:00
Douglas Creager
0f01935571 Add contributor and licensing notes to README 2019-05-31 08:37:44 -04:00
Douglas Creager
e707bad694 Add a README 2019-05-31 08:37:44 -04:00