167 lines
5.6 KiB
Plaintext
167 lines
5.6 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/githubuser/aoc2022#readme>
|
|
homepage: https://github.com/githubuser/aoc2022#readme
|
|
bug-reports: https://github.com/githubuser/aoc2022/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/aoc2022
|
|
|
|
library
|
|
exposed-modules:
|
|
Day1Lib
|
|
Day2Lib
|
|
Day3Lib
|
|
Day4Lib
|
|
Day5Lib
|
|
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:
|
|
base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day1Part1
|
|
main-is: Day1Part1.hs
|
|
hs-source-dirs:
|
|
day1
|
|
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 -main-is Day1Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day1Part2
|
|
main-is: Day1Part2.hs
|
|
hs-source-dirs:
|
|
day1
|
|
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 -main-is Day1Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day2Part1
|
|
main-is: Day2Part1.hs
|
|
hs-source-dirs:
|
|
day2
|
|
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 -main-is Day2Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day2Part2
|
|
main-is: Day2Part2.hs
|
|
hs-source-dirs:
|
|
day2
|
|
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 -main-is Day2Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day3Part1
|
|
main-is: Day3Part1.hs
|
|
hs-source-dirs:
|
|
day3
|
|
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 -main-is Day3Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day3Part2
|
|
main-is: Day3Part2.hs
|
|
hs-source-dirs:
|
|
day3
|
|
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 -main-is Day3Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day4Part1
|
|
main-is: Day4Part1.hs
|
|
hs-source-dirs:
|
|
day4
|
|
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 -main-is Day4Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day4Part2
|
|
main-is: Day4Part2.hs
|
|
hs-source-dirs:
|
|
day4
|
|
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 -main-is Day4Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day5Part1
|
|
main-is: Day5Part1.hs
|
|
hs-source-dirs:
|
|
day5
|
|
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 -main-is Day5Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day5Part2
|
|
main-is: Day5Part2.hs
|
|
hs-source-dirs:
|
|
day5
|
|
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 -main-is Day5Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
test-suite Day1-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Day1.hs
|
|
other-modules:
|
|
Spec
|
|
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:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, split
|
|
default-language: Haskell2010
|