mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Merge remote-tracking branch 'origin/master' into fix-source-to-text
This commit is contained in:
commit
ff4b282c58
@ -2,6 +2,8 @@
|
||||
|
||||
- Adds an `NFData` instance for `Source`.
|
||||
|
||||
- Decodes to `Text` leniently instead of throwing exceptions.
|
||||
|
||||
|
||||
# 0.0.0.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: 2.4
|
||||
|
||||
name: semantic-source
|
||||
version: 0.0.0.1
|
||||
version: 0.0.1.0
|
||||
synopsis: Types and functionality for working with source code
|
||||
description: Types and functionality for working with source code (program text).
|
||||
homepage: https://github.com/github/semantic/tree/master/semantic-source#readme
|
||||
@ -48,7 +48,7 @@ library
|
||||
Source.Span
|
||||
build-depends:
|
||||
aeson ^>= 1.4.2.0
|
||||
, base >= 4.13 && < 5
|
||||
, base >= 4.12 && < 5
|
||||
, bytestring ^>= 0.10.8.2
|
||||
, deepseq ^>= 1.4.4.0
|
||||
, generic-monoid ^>= 0.1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user