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

Add more bounds.

This commit is contained in:
Patrick Thomson 2019-06-12 12:37:40 -04:00
parent 3363eccfdf
commit 11442cf772

View File

@ -381,7 +381,7 @@ test-suite test
, Test.Hspec.LeanCheck
build-depends: semantic
, tree-sitter-json
, Glob
, Glob ^>= 0.10.0
, hspec >= 2.6 && <3
, hspec-core >= 2.6 && <3
, hspec-expectations ^>= 0.8.2
@ -390,7 +390,7 @@ test-suite test
, tasty-hspec ^>= 1.1.5.1
, HUnit ^>= 1.6.0.0
, leancheck >= 0.8 && <1
, temporary
, temporary ^>= 1.3
if flag(release)
ghc-options: -dynamic
@ -401,7 +401,7 @@ test-suite parse-examples
main-is: Examples.hs
build-depends: semantic
, Glob
, hspec >= 2.4.1
, hspec
, hspec-core
, hspec-expectations
@ -412,7 +412,7 @@ benchmark evaluation
main-is: Main.hs
ghc-options: -static
build-depends: base
, criterion
, criterion ^>= 1.5
, semantic
source-repository head