X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-18.git;a=blobdiff_plain;f=advent-of-code.cabal;h=78e84a199f18b1e19f41d3363c68d5b3790b57b4;hp=f7c175731e88146b8bd69a35c57bfc4065446722;hb=6b93af4a851d5ac7f4b76aab94ea9a5a149601e6;hpb=ec1c2c3e9039b88a6311300a5779ecd41327845c diff --git a/advent-of-code.cabal b/advent-of-code.cabal index f7c1757..78e84a1 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -181,4 +181,14 @@ executable advent14 main-is: advent14.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5 - , containers \ No newline at end of file + , containers + +executable advent15 + hs-source-dirs: src/advent15 + main-is: advent15.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , containers + , pqueue + + \ No newline at end of file