1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

constrain bytestring

This commit is contained in:
Ayman Nadeem 2019-10-16 14:07:12 -04:00
parent 44116ae2f5
commit 39f0b7b951

View File

@ -24,7 +24,7 @@ library
, tree-sitter ^>= 0.5
, semantic-source ^>= 0.0
, tree-sitter-python ^>= 0.6
, bytestring
, bytestring ^>= 0.10.8.2
, optparse-applicative ^>= 0.14.3.0
hs-source-dirs: src
default-language: Haskell2010
@ -38,7 +38,7 @@ executable semantic-ast
, tree-sitter ^>= 0.5
, semantic-source ^>= 0.0
, tree-sitter-python ^>= 0.6
, bytestring
, bytestring ^>= 0.10.8.2
, optparse-applicative ^>= 0.14.3.0
hs-source-dirs: src
default-language: Haskell2010