mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
7c745e7ff7
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
529 B
529 B
0.1.0.0
- Adds
CodeQL
language constructor. - Bumps
lingo-haskell
to 0.3.2. - Removes Span and Pos lower bound instances. This makes callers responsible for defining whether Span / Pos are 0 or 1 indexed.
0.0.2.0
- Adds
Source.Language
. - Adds
ToJSON
instances forRange
andLoc
.
0.0.1.0
-
Adds an
NFData
instance forSource
. -
Decodes to
Text
leniently instead of throwing exceptions.
0.0.0.1
- Loosens the upper bound on
hashable
. - Adds support for GHC 8.8.1.
0.0.0.0
Initial release