1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Use PVP operator.

This commit is contained in:
Patrick Thomson 2019-12-16 12:20:05 -05:00
parent 9817b686e5
commit 266a720fa9
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ library
exposed-modules: exposed-modules:
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >= 4.13 && < 4.14 build-depends: base ^>= 4.13
, tree-sitter ^>= 0.7.1 , tree-sitter ^>= 0.7.1
, semantic-source ^>= 0.0 , semantic-source ^>= 0.0
, tree-sitter-python ^>= 0.8 , tree-sitter-python ^>= 0.8

View File

@ -20,7 +20,7 @@ tested-with: GHC == 8.6.5
common haskell common haskell
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >= 4.13 && < 4.14 build-depends: base ^>= 4.13
, fused-effects ^>= 1.0 , fused-effects ^>= 1.0
, fused-syntax , fused-syntax
, parsers ^>= 0.12.10 , parsers ^>= 0.12.10