You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
372 B
YAML
20 lines
372 B
YAML
spec-version: 0.30.0
|
|
name: advent-of-code
|
|
version: 0.1.0
|
|
homepage: "https://git.bytes.zone/sehqlr/advent-of-code"
|
|
author: "Sam Hatfield <hey@samhatfield.me>"
|
|
license: MIT
|
|
build-type: Simple
|
|
git: "https://git.bytes.zone/sehqlr/advent-of-code"
|
|
|
|
default-extensions:
|
|
- OverloadedStrings
|
|
|
|
dependencies:
|
|
- base
|
|
- text
|
|
- attoparsec
|
|
|
|
executable:
|
|
main: Main.hs
|