Skip to content

Commit

Permalink
Fix solution for 102.
Browse files Browse the repository at this point in the history
We need to define `SOLUTION` to include the resolved exercises.
  • Loading branch information
mihaimaruseac committed Jan 2, 2022
1 parent 48f4f62 commit 1a28bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell_102/codelab/01_mastermind/codelab.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ executable solution
hs-source-dirs: src
default-language: Haskell2010
main-is: Main.hs
cpp-options: -DSOLUTION
other-modules:
CodeSolution
, ColorSolution
Expand Down

0 comments on commit 1a28bd9

Please sign in to comment.