diff --git a/.stan.toml b/.stan.toml index 1eaa5a9b..7d736608 100644 --- a/.stan.toml +++ b/.stan.toml @@ -1,3 +1,19 @@ +# Partial: base/last +# On Windows +# To exclude .stack-work\dist\\build\internal\autogen\Paths_pantry.hs +[[check]] + id = "STAN-0004" + directory = ".stack-work\\dist" + type = "Exclude" + +# Partial: base/last +# On Unix-like operating systems +# To exclude .stack-work/dist//build/internal/autogen/Paths_pantry.hs +[[check]] + id = "STAN-0004" + directory = ".stack-work/dist" + type = "Exclude" + # Infinite: base/reverse # Usage of the 'reverse' function that hangs on infinite lists # Pantry uses Data.List.reverse in many places