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:
parent
9817b686e5
commit
266a720fa9
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user