X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=351c77a8f25e9b7ef248e677f195bd0e42fa4248;hb=7a460170e89b445166e009bcb29232812b4b7527;hp=2ef838cdbf2799394cf5a7a3aa47a8bd8745e804;hpb=513138024a69ef9f5ade5031cd945567b6510689;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 2ef838c..351c77a 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -1,11 +1,11 @@ - cabal-version: 3.6 - -- Initial package description 'advent-of-code21.cabal' generated by 'cabal - -- init'. For further documentation, see - -- http://haskell.org/cabal/users-guide/ - - name: advent-of-code21 - version: 0.1.0.0 - synopsis: Advent of Code 21 solutions +cabal-version: 3.6 +-- Initial package description 'advent-of-code21.cabal' generated by 'cabal +-- init'. For further documentation, see +-- http://haskell.org/cabal/users-guide/ + +name: advent-of-code21 +version: 0.1.0.0 +synopsis: Advent of Code 21 solutions -- description: -- bug-reports: license: MIT @@ -43,7 +43,7 @@ common common-extensions , NamedFieldPuns , NegativeLiterals , NumDecimals - , OverloadedLists + -- , OverloadedLists , OverloadedStrings , PartialTypeSignatures , PatternGuards @@ -169,10 +169,65 @@ executable advent15prof import: common-extensions, build-directives main-is: advent15/Main.hs build-depends: text, containers, linear, array, pqueue, mtl, lens - profiling: True - library-profiling: True - profiling-detail: toplevel-functions + -- profiling: True + -- library-profiling: True + -- profiling-detail: toplevel-functions ghc-options: -O2 -Wall -threaded -rtsopts "-with-rtsopts=-N -p -s -hT" + +-- executable advent16 + -- import: common-extensions, build-directives + -- main-is: advent16/Main.hs + -- build-depends: binary, bytestring, bitstring, mtl + +executable advent16 + import: common-extensions, build-directives + main-is: advent16/Main.hs + build-depends: binary, bytestring, bitstream, mtl + +executable advent17 + import: common-extensions, build-directives + main-is: advent17/Main.hs + build-depends: linear, text, attoparsec, lens + +executable advent18 + import: common-extensions, build-directives + main-is: advent18/Main.hs + build-depends: text, attoparsec + +executable advent19 + import: common-extensions, build-directives + main-is: advent19/Main.hs + build-depends: linear, text, attoparsec, containers, multiset + +executable advent20 + import: common-extensions, build-directives + main-is: advent20/Main.hs + build-depends: linear, mtl, containers + +executable advent21 + import: common-extensions, build-directives + main-is: advent21/Main.hs + build-depends: text, attoparsec, containers, multiset + +executable advent22 + import: common-extensions, build-directives + main-is: advent22/Main.hs + build-depends: linear, text, attoparsec, containers, lens + +executable advent23 + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: containers, linear, pqueue, mtl, lens + +executable advent23prof + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: containers, linear, pqueue, mtl, lens + ghc-options: -O2 + -Wall + -threaded + -rtsopts "-with-rtsopts=-N -p -s -hT" + \ No newline at end of file