mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
change base version
This commit is contained in:
parent
9f6f5cbfc8
commit
09d54aa5ae
@ -45,7 +45,7 @@ library
|
||||
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: base ^>= 4.13
|
||||
build-depends: base >= 4.13
|
||||
, aeson ^>= 1.4.2.0
|
||||
, bytestring ^>= 0.10.8.2
|
||||
, tree-sitter ^>= 0.8
|
||||
@ -66,7 +66,7 @@ executable semantic-codegen
|
||||
main-is: Main.hs
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: base >=4.13 && <4.14
|
||||
build-depends: base
|
||||
, tree-sitter
|
||||
, semantic-source
|
||||
, bytestring
|
||||
|
Loading…
Reference in New Issue
Block a user