aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 3041f0025cdd89e71a1f0ebeeff5ca847e095cb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: jrahm-xmonad
version: 0.0.1

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

dependencies:
  - base >= 4.0.0