Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swarm-game/swarm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6767735330f7a083b981a1d5a03376cefc4604be
Choose a base ref
..
head repository: swarm-game/swarm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4dd1f0b7208f1f215bc4d41bdb0e42c8a465ead
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −1 scripts/validate/weeder.sh
  2. +0 −1 weeder.toml
3 changes: 2 additions & 1 deletion scripts/validate/weeder.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash -ex

cd $(git rev-parse --show-toplevel)

# First, install Weeder:
# cabal install weeder
@@ -7,4 +9,3 @@ cabal clean
cabal build -O0 -j all

weeder -N

1 change: 0 additions & 1 deletion weeder.toml
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ roots = [
"^Swarm.Game.State.Robot._VCRobot$",
"^Swarm.Game.State.Substate._NoWinCondition$",
"^Swarm.Game.State.Substate._WinConditions$",

]

type-class-roots = true