charlesfrye / aoc2022

Solutions to puzzles from Advent of Code 2022
1 stars 0 forks source link

improve the Haskell setup #7

Closed charlesfrye closed 1 year ago

charlesfrye commented 1 year ago

I had to pivot to a simpler devcontainer on day 1 because the buildtimes for the more opinionated container were too long

using stack init is a bit much -- it generates changelog, license, readme, etc.

i could just write a quick script to clean the results up and to add make targets for that and for an "environment". if i can get the "name" to be aoc, i can also remove the need to change the executable name for different days