Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 11442cf

Browse files
author
Patrick Thomson
committed
Add more bounds.
1 parent 3363ecc commit 11442cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

semantic.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ test-suite test
381381
, Test.Hspec.LeanCheck
382382
build-depends: semantic
383383
, tree-sitter-json
384-
, Glob
384+
, Glob ^>= 0.10.0
385385
, hspec >= 2.6 && <3
386386
, hspec-core >= 2.6 && <3
387387
, hspec-expectations ^>= 0.8.2
@@ -390,7 +390,7 @@ test-suite test
390390
, tasty-hspec ^>= 1.1.5.1
391391
, HUnit ^>= 1.6.0.0
392392
, leancheck >= 0.8 && <1
393-
, temporary
393+
, temporary ^>= 1.3
394394
if flag(release)
395395
ghc-options: -dynamic
396396

@@ -401,7 +401,7 @@ test-suite parse-examples
401401
main-is: Examples.hs
402402
build-depends: semantic
403403
, Glob
404-
, hspec >= 2.4.1
404+
, hspec
405405
, hspec-core
406406
, hspec-expectations
407407

@@ -412,7 +412,7 @@ benchmark evaluation
412412
main-is: Main.hs
413413
ghc-options: -static
414414
build-depends: base
415-
, criterion
415+
, criterion ^>= 1.5
416416
, semantic
417417

418418
source-repository head

0 commit comments

Comments
 (0)