Skip to content

Commit

Permalink
Merge pull request #229 from GaloisInc/tasty-sugar-2
Browse files Browse the repository at this point in the history
Require tasty-sugar 2.0 or greater and address deprecation.
  • Loading branch information
kquick authored Jan 10, 2023
2 parents 7ba5e90 + 4a116f1 commit 92db65b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion what4/test/SolverParserTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import What4.Protocol.SMTWriter


sugarCube :: CUBE
sugarCube = mkCUBE { inputDir = "test/responses"
sugarCube = mkCUBE { inputDirs = [ "test/responses" ]
, rootName = "*.rsp"
, expectedSuffix = ".exp"
, validParams = [ ("parsing", Just ["strict", "lenient"])
Expand Down
2 changes: 1 addition & 1 deletion what4/what4.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ test-suite solver_parsing_tests
, exceptions
, io-streams
, lumberjack
, tasty-sugar >= 1.3 && < 2.1
, tasty-sugar >= 2.0 && < 2.1
, text

test-suite what4-serialize-tests
Expand Down

0 comments on commit 92db65b

Please sign in to comment.