Skip to content

Instantly share code, notes, and snippets.

@srhb
Created November 29, 2020 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/c688a9d6dfee638c13de327c31a3c43d to your computer and use it in GitHub Desktop.
Save srhb/c688a9d6dfee638c13de327c31a3c43d to your computer and use it in GitHub Desktop.
cabal-version: >=1.10
-- Initial package description 'aoc.cabal' generated by 'cabal init'. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: aoc
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Sarah Brofeldt
maintainer: sarah@qtr.dk
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
executable aoc
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.14 && <4.15
, advent-of-code-api
-- hs-source-dirs:
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment