aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 68dcea4933bd188b0909dbedf0227693b67ee75d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
name: wordleai
version: 0.0.1

executables:
  hello-world-exe:
    main: Main.hs
    source-dirs: src

dependencies:
  - base >= 4.0.0
  - containers