Created
November 29, 2020 19:49
-
-
Save srhb/c688a9d6dfee638c13de327c31a3c43d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | |
-- 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