Files
advent-of-code-2022/aoc2022.cabal
Jens Kadenbach 0a6181ccc0 Day 13
2023-01-27 13:50:12 +01:00

156 lines
3.2 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: aoc2022
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/audax/aoc2022#readme>
homepage: https://github.com/audax/aoc2022#readme
bug-reports: https://github.com/audax/aoc2022/issues
author: Jens Kadenbach
maintainer: jens.kadenbach@smartsteuer.de
copyright: 2022 Jens Kadenbach
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/audax/aoc2022
library
exposed-modules:
Day1
Day1.Internal
Day10
Day11
Day11.Parser
Day12
Day13
Day2
Day2.Part1
Day2.Part2
Day2.Shared
Day3
Day3.Part1
Day3.Part2
Day3.Shared
Day4
Day4.Part1
Day4.Part2
Day4.Shared
Day5
Day5.Part1
Day5.Part2
Day5.Shared
Day6
Day7
Day7.Interpreter
Day7.Parser
Day8
Day9
Lib
Shared
other-modules:
Paths_aoc2022
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:
Ranged-sets
, base >=4.7 && <5
, containers
, heredoc
, hspec
, hspec-megaparsec
, lens
, linear
, matrix
, megaparsec
, mtl
, parsec
, search-algorithms
, sort
, split
, text
, transformers
, vector
default-language: Haskell2010
executable aoc2022-exe
main-is: Main.hs
other-modules:
Paths_aoc2022
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
Ranged-sets
, aoc2022
, base >=4.7 && <5
, containers
, heredoc
, hspec
, hspec-megaparsec
, lens
, linear
, matrix
, megaparsec
, mtl
, parsec
, search-algorithms
, sort
, split
, text
, transformers
, vector
default-language: Haskell2010
test-suite aoc2022-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Day10Spec
Day11Spec
Day12Spec
Day13Spec
Day1Spec
Day2Spec
Day3Spec
Day4Spec
Day5Spec
Day6Spec
Day7Spec
Day8Spec
Day9Spec
Paths_aoc2022
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
Ranged-sets
, aoc2022
, base >=4.7 && <5
, containers
, heredoc
, hspec
, hspec-megaparsec
, lens
, linear
, matrix
, megaparsec
, mtl
, parsec
, search-algorithms
, sort
, split
, text
, transformers
, vector
default-language: Haskell2010