304 lines
10 KiB
Plaintext
304 lines
10 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.7.
|
|
--
|
|
-- 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:
|
|
Day10Lib
|
|
Day1Lib
|
|
Day2Lib
|
|
Day3Lib
|
|
Day4Lib
|
|
Day5Lib
|
|
Day6Lib
|
|
Day7Lib
|
|
Day8Lib
|
|
Day9Lib
|
|
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
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day10Part1
|
|
main-is: Day10Part1.hs
|
|
hs-source-dirs:
|
|
day10
|
|
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 Day10Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day10Part2
|
|
main-is: Day10Part2.hs
|
|
hs-source-dirs:
|
|
day10
|
|
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 Day10Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day6Part1
|
|
main-is: Day6Part1.hs
|
|
hs-source-dirs:
|
|
day6
|
|
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 Day6Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day6Part2
|
|
main-is: Day6Part2.hs
|
|
hs-source-dirs:
|
|
day6
|
|
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 Day6Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day7Part1
|
|
main-is: Day7Part1.hs
|
|
hs-source-dirs:
|
|
day7
|
|
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 Day7Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day7Part2
|
|
main-is: Day7Part2.hs
|
|
hs-source-dirs:
|
|
day7
|
|
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 Day7Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day8Part1
|
|
main-is: Day8Part1.hs
|
|
hs-source-dirs:
|
|
day8
|
|
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 Day8Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day8Part2
|
|
main-is: Day8Part2.hs
|
|
hs-source-dirs:
|
|
day8
|
|
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 Day8Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day9Part1
|
|
main-is: Day9Part1.hs
|
|
hs-source-dirs:
|
|
day9
|
|
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 Day9Part1
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable Day9Part2
|
|
main-is: Day9Part2.hs
|
|
hs-source-dirs:
|
|
day9
|
|
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 Day9Part2
|
|
build-depends:
|
|
aoc2022
|
|
, base >=4.7 && <5
|
|
, containers
|
|
, 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
|
|
, containers
|
|
, split
|
|
default-language: Haskell2010
|