Day 16 done
[advent-of-code-21.git] / advent-of-code21.cabal
index d200a4fd29fc5a832bf20fb1c75ae74378f906ba..bb917ae30553394bbabd922e0699113fceca8796 100644 (file)
@@ -176,3 +176,9 @@ executable advent15prof
                        -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
+