diff --git a/stack.yaml b/stack.yaml index 4b39267a..bd641090 100644 --- a/stack.yaml +++ b/stack.yaml @@ -6,12 +6,12 @@ extra-deps: - unification-fd-0.11.2@sha256:b2e11811b703b63682076ae326bd856fd47caf7db881e9e5b896a6342bceb51f,3736 - logict-0.8.0.0@sha256:3d5d87a1d892a4732351c9a0b022d2d07bbb14e60582967c3c703c6ed69de88a,1800 - lsp-2.4.0.0 -- vty-6.1@sha256:524d124223c02373260ebc409ddd622fbe97cacd1ea0ee98476b5992bddbc4f3,3661 +- vty-6.2 - vty-crossplatform-0.4.0.0@sha256:50593f91ad16777d921138475a8d2784d538fd206addd30664c620278d6c8544,3172 - vty-unix-0.2.0.0@sha256:2af3d0bdae3c4b7b7e567ee374efe32c7439fabdf9096465ce011a6c6736e9ae,2932 - vty-windows-0.2.0.1 -- brick-2.1.1 -- brick-list-skip-0.1.1.8 +- brick-2.3 +- brick-list-skip-0.1.1.11 - astar-0.3.0.0 - megaparsec-9.6.1 - AhoCorasick-0.0.4 diff --git a/swarm.cabal b/swarm.cabal index c4c5ad22..3785e720 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -219,7 +219,7 @@ library swarm-scenario aeson >= 2 && < 2.2, array >= 0.5.4 && < 0.6, boolexpr >= 0.2 && < 0.3, - bytestring >= 0.10 && < 0.12, + bytestring >= 0.10 && < 0.13, clock >= 0.8.2 && < 0.9, colour >= 2.3.6 && < 2.4, containers >= 0.6.2 && < 0.7, @@ -244,10 +244,10 @@ library swarm-scenario servant-docs >= 0.12 && < 0.14, simple-enumeration >= 0.2 && < 0.3, tagged >= 0.8 && < 0.9, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, transformers >= 0.5.6.2 && < 0.6.2.0, vector >= 0.12 && < 0.14, - vty >= 6.1 && < 6.2, + vty >= 6.1 && < 6.3, witch >= 1.1.1.0 && < 1.3, witherable >= 0.4 && < 0.5, yaml >= 0.11 && < 0.11.12.0, @@ -329,7 +329,7 @@ library swarm-engine random >= 1.2.0 && < 1.3, servant-docs >= 0.12 && < 0.14, SHA >= 1.6.4 && < 1.6.5, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, time >= 1.9 && < 1.14, transformers >= 0.5.6.2 && < 0.6.2.0, unordered-containers >= 0.2.14 && < 0.3, @@ -418,7 +418,7 @@ library swarm-util mtl >= 2.2.2 && < 2.4, servant-docs >= 0.12 && < 0.14, template-haskell >= 2.16 && < 2.21, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, transformers >= 0.5 && < 0.7, vector >= 0.12 && < 0.14, witch >= 1.1.1.0 && < 1.3, @@ -471,7 +471,7 @@ library Swarm.TUI.View.Objective Swarm.TUI.View.Structure Swarm.TUI.View.Util - + reexported-modules: Control.Carrier.Accum.FixedStrict , Data.BoolExpr.Simplify , Swarm.Constant @@ -608,8 +608,8 @@ library brick-list-skip >= 0.1.1.2 && < 0.2, aeson >= 2 && < 2.2, array >= 0.5.4 && < 0.6, - brick >= 2.1.1 && < 2.2, - bytestring >= 0.10 && < 0.12, + brick >= 2.1.1 && < 2.4, + bytestring >= 0.10 && < 0.13, clock >= 0.8.2 && < 0.9, colour >= 2.3.6 && < 2.4, containers >= 0.6.2 && < 0.7, @@ -629,13 +629,13 @@ library servant-docs >= 0.12 && < 0.14, split >= 0.2.3 && < 0.3, tagged >= 0.8 && < 0.9, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, text-zipper >= 0.10 && < 0.14, time >= 1.9 && < 1.14, transformers >= 0.5.6.2 && < 0.6.2.0, vector >= 0.12 && < 0.14, - vty >= 6.1 && < 6.2, - warp >= 3.2 && < 3.4, + vty >= 6.1 && < 6.3, + warp >= 3.2 && < 3.5, witch >= 1.1.1.0 && < 1.3, word-wrap >= 0.5 && < 0.6, yaml >= 0.11 && < 0.11.12.0, diff --git a/test/integration/Main.hs b/test/integration/Main.hs index 5cdc1d04..0a901dd5 100644 --- a/test/integration/Main.hs +++ b/test/integration/Main.hs @@ -248,7 +248,7 @@ testScenarioSolutions rs ui = , testSolution Default "Challenges/friend" , testSolution Default "Challenges/pack-tetrominoes" , testSolution (Sec 10) "Challenges/dimsum" - , testSolution (Sec 10) "Challenges/gallery" + , testSolution (Sec 15) "Challenges/gallery" , testGroup "Mazes" [ testSolution Default "Challenges/Mazes/easy_cave_maze"