X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=advent24%2Fpackage.yaml;fp=advent24%2Fpackage.yaml;h=e2d06cd2f0a248976974400053b7a40c8faeb726;hp=5f8e76f85acb50df0e2c7ed4c0fb1ada170a2524;hb=dd1deef80ef62982bd6c014e1a38d28190c53961;hpb=418d5771f9b52ca7d813c1daebc91772a6e74a88 diff --git a/advent24/package.yaml b/advent24/package.yaml index 5f8e76f..e2d06cd 100644 --- a/advent24/package.yaml +++ b/advent24/package.yaml @@ -29,6 +29,7 @@ default-extensions: - MonoLocalBinds - MultiParamTypeClasses - MultiWayIf +- NamedFieldPuns - NegativeLiterals - NumDecimals # - OverloadedLists @@ -64,20 +65,15 @@ executables: - adjunctions - distributive - advent24map: - main: advent24map.hs + advent24b: + main: advent24b.hs source-dirs: src dependencies: - base >= 2 && < 6 - - finite-typelits - containers - - mtl - - comonad - - adjunctions - - distributive - # advent24zip: - # main: advent24zip.hs + # advent24map: + # main: advent24map.hs # source-dirs: src # dependencies: # - base >= 2 && < 6 @@ -88,14 +84,27 @@ executables: # - adjunctions # - distributive - advent24v: - main: advent24v.hs - source-dirs: src - dependencies: - - base >= 2 && < 6 - - finite-typelits - - mtl - - vector - - comonad - - adjunctions - - distributive \ No newline at end of file + # advent24tape: + # main: advent24tape.hs + # source-dirs: src + # dependencies: + # - base >= 2 && < 6 + # - finite-typelits + # - containers + # - mtl + # - comonad + # - adjunctions + # - distributive + # - free + + # advent24v: + # main: advent24v.hs + # source-dirs: src + # dependencies: + # - base >= 2 && < 6 + # - finite-typelits + # - mtl + # - vector + # - comonad + # - adjunctions + # - distributive \ No newline at end of file