8000 Merge pull request #426 from github/semantic-source-0.0.1.0 · github/semantic@a2eaea3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a2eaea3

Browse files
authored
Merge pull request #426 from github/semantic-source-0.0.1.0
semantic-source 0.0.1.0
2 parents 55be877 + bbd99d1 commit a2eaea3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

semantic-source/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- Adds an `NFData` instance for `Source`.
44

5+
- Decodes to `Text` leniently instead of throwing exceptions.
6+
57

68
# 0.0.0.1
79

semantic-source/semantic-source.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: semantic-source
4-
version: 0.0.0.1
4+
version: 0.0.1.0
55
synopsis: Types and functionality for working with source code
66
description: Types and functionality for working with source code (program text).
77
homepage: https://github.com/github/semantic/tree/master/semantic-source#readme
@@ -48,7 +48,7 @@ library
4848
Source.Span
4949
build-depends:
5050
aeson ^>= 1.4.2.0
51-
, base >= 4.13 && < 5
51+
, base >= 4.12 && < 5
5252
, bytestring ^>= 0.10.8.2
5353
, deepseq ^>= 1.4.4.0
5454
, generic-monoid ^>= 0.1.0.0

0 commit comments

Comments
 (0)
0