1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +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 , Test.Hspec.LeanCheck
build-depends: semantic build-depends: semantic
, tree-sitter-json , tree-sitter-json
, Glob , Glob ^>= 0.10.0
, hspec >= 2.6 && <3 , hspec >= 2.6 && <3
, hspec-core >= 2.6 && <3 , hspec-core >= 2.6 && <3
, hspec-expectations ^>= 0.8.2 , hspec-expectations ^>= 0.8.2
@ -390,7 +390,7 @@ test-suite test
, tasty-hspec ^>= 1.1.5.1 , tasty-hspec ^>= 1.1.5.1
, HUnit ^>= 1.6.0.0 , HUnit ^>= 1.6.0.0
, leancheck >= 0.8 && <1 , leancheck >= 0.8 && <1
, temporary , temporary ^>= 1.3
if flag(release) if flag(release)
ghc-options: -dynamic ghc-options: -dynamic
@ -401,7 +401,7 @@ test-suite parse-examples
main-is: Examples.hs main-is: Examples.hs
build-depends: semantic build-depends: semantic
, Glob , Glob
, hspec >= 2.4.1 , hspec
, hspec-core , hspec-core
, hspec-expectations , hspec-expectations
@ -412,7 +412,7 @@ benchmark evaluation
main-is: Main.hs main-is: Main.hs
ghc-options: -static ghc-options: -static
build-depends: base build-depends: base
, criterion , criterion ^>= 1.5
, semantic , semantic
source-repository head source-repository head