55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.35.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: AOC22
|
|
version: 0.1.0.0
|
|
description: Please see the README on GitHub at <https://github.com/githubuser/AOC22#readme>
|
|
homepage: https://github.com/githubuser/AOC22#readme
|
|
bug-reports: https://github.com/githubuser/AOC22/issues
|
|
author: Author name here
|
|
maintainer: example@example.com
|
|
copyright: 2022 Author name here
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
CHANGELOG.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/githubuser/AOC22
|
|
|
|
library
|
|
exposed-modules:
|
|
AOCUtil
|
|
Days.Day01
|
|
Days.Day02
|
|
Days.Day03
|
|
Days.Day04
|
|
Days.Day05
|
|
Days.Day06
|
|
Days.Day07
|
|
Days.Day08
|
|
Days.Day09
|
|
Days.Day10
|
|
Days.Day11
|
|
Days.Day12
|
|
Days.Day13
|
|
Days.Day14
|
|
Days.Day15
|
|
Main
|
|
other-modules:
|
|
Paths_AOC22
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, containers
|
|
, ghc
|
|
default-language: Haskell2010
|