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.
advent-of-code/advent-of-code.cabal

29 lines
705 B
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
name: advent-of-code
version: 0.1.0
homepage: https://git.bytes.zone/sehqlr/advent-of-code
author: Sam Hatfield <hey@samhatfield.me>
maintainer: Sam Hatfield <hey@samhatfield.me>
license: MIT
build-type: Simple
source-repository head
type: git
location: https://git.bytes.zone/sehqlr/advent-of-code
executable advent-of-code
main-is: Main.hs
other-modules:
Paths_advent_of_code
default-extensions: OverloadedStrings
build-depends:
attoparsec
, base
, text
default-language: Haskell2010