Dependency updates (#1765)

Some dependency updates, to allow:
- `vty-6.2`
- `brick-2.3`
- `warp-3.4`
- `bytestring-0.12`
- `text-2.1`
This commit is contained in:
Brent Yorgey 2024-02-12 14:04:28 -06:00 committed by GitHub
parent c4a6e273c1
commit a1bab6d16c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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,

View File

@ -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"