Skip to content

Commit 953eb5a

Browse files
authored
Merge pull request github#713 from github/semantic-source-0.2.0.1
semantic-source 0.2.0.1
2 parents 793a876 + eb64988 commit 953eb5a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
cabal v2-update
4848
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-tests --write-ghc-environment-files=always -j2
49+
cd semantic-source && cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-tests --write-ghc-environment-files=always -j2
4950
5051
- name: Restore from cache
5152
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true

semantic-analysis/src/Analysis/Syntax.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import Control.Exception
3939
import Control.Monad (guard)
4040
import Control.Monad.IO.Class
4141
import qualified Data.Aeson as A
42-
import qualified Data.Aeson.Internal as A
4342
import qualified Data.Aeson.Parser as A
4443
import qualified Data.Aeson.Types as A
4544
import qualified Data.ByteString.Lazy as B

semantic-source/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.0.1
2+
3+
- Support ghc 9.4.
4+
5+
16
# 0.2.0.0
27

38
- Finds languages for `FilePath`s.

semantic-source/semantic-source.cabal

Lines changed: 3 additions & 3 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.2.0.0
4+
version: 0.2.0.1
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
@@ -14,7 +14,7 @@ copyright: (c) 2020 GitHub, Inc.
1414
category: Data
1515
build-type: Simple
1616
stability: alpha
17-
extra-source-files:
17+
extra-doc-files:
1818
CHANGELOG.md
1919
README.md
2020

@@ -62,7 +62,7 @@ library
6262
, bytestring >= 0.10.8.2 && < 0.13
6363
, deepseq ^>= 1.4.4.0
6464
, containers ^>= 0.6.2
65-
, hashable >= 1.2.7 && < 1.4
65+
, hashable >= 1.2.7 && < 1.5
6666
, lingo ^>= 0.5.0.3
6767
, semilattices ^>= 0.0.0.3
6868
, text ^>= 1.2.3.2

0 commit comments

Comments
 (0)