1
1
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:
Ayman Nadeem 2020-01-31 10:40:08 -05:00
parent 9f6f5cbfc8
commit 09d54aa5ae

View File

@ -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