You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

cabal-version: 2.4
-- Initial package description 'AdventOfCode2020.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: AdventOfCode2020
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Gaël Depreeuw
maintainer: gael@depreeuw.dev
-- copyright:
-- category:
extra-source-files: CHANGELOG.md, README.md
library
exposed-modules: Day1, Day2, Day3, Day4
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.13.0.0
, containers ^>=0.6.4.1
, text ^>=1.2.4.0
, attoparsec ^>=0.13.2.4
, vector ^>=0.12.1.2
hs-source-dirs: src
default-language: Haskell2010
executable AdventOfCode2020
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.13.0.0, AdventOfCode2020
-- hs-source-dirs:
default-language: Haskell2010