X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=5a5315da9d503c3ac3eb6a676e9454c160f7885d;hp=24f58ef4cdbed8b918d1258ebdc66fa06236f56d;hb=549425defbc1482abcef0e926094f0817842a4f5;hpb=c96b3e327eb7f937787e9ac846d8f7c354bfa4a1 diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 24f58ef..5a5315d 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -246,6 +246,11 @@ executable advent23original main-is: advent23/MainOriginal.hs build-depends: containers, linear, lens, mtl, multiset +executable advent23u + import: common-extensions, build-directives + main-is: advent23/MainUnordered.hs + build-depends: unordered-containers, hashable, linear, lens, mtl, multiset + executable advent23 import: common-extensions, build-directives main-is: advent23/Main.hs