You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. cabal-version: 1.12
  2. -- This file has been generated from package.yaml by hpack version 0.35.0.
  3. --
  4. -- see: https://github.com/sol/hpack
  5. name: aoc2022
  6. version: 0.1.0.0
  7. description: Please see the README on GitHub at <https://github.com/audax/aoc2022#readme>
  8. homepage: https://github.com/audax/aoc2022#readme
  9. bug-reports: https://github.com/audax/aoc2022/issues
  10. author: Jens Kadenbach
  11. maintainer: jens.kadenbach@smartsteuer.de
  12. copyright: 2022 Jens Kadenbach
  13. license: BSD3
  14. license-file: LICENSE
  15. build-type: Simple
  16. extra-source-files:
  17. README.md
  18. CHANGELOG.md
  19. source-repository head
  20. type: git
  21. location: https://github.com/audax/aoc2022
  22. library
  23. exposed-modules:
  24. Day1
  25. Day1.Internal
  26. Day2
  27. Day2.Part1
  28. Day2.Part2
  29. Day2.Shared
  30. Day3
  31. Day3.Part1
  32. Day3.Part2
  33. Day3.Shared
  34. Day4
  35. Day4.Part1
  36. Day4.Part2
  37. Day4.Shared
  38. Day5
  39. Day5.Part1
  40. Day5.Part2
  41. Day5.Shared
  42. Day6
  43. Day7
  44. Day7.Interpreter
  45. Day7.Parser
  46. Day8
  47. Lib
  48. Shared
  49. other-modules:
  50. Paths_aoc2022
  51. hs-source-dirs:
  52. src
  53. ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  54. build-depends:
  55. Ranged-sets
  56. , base >=4.7 && <5
  57. , containers
  58. , heredoc
  59. , hspec
  60. , lens
  61. , matrix
  62. , megaparsec
  63. , parsec
  64. , split
  65. , text
  66. , vector
  67. default-language: Haskell2010
  68. executable aoc2022-exe
  69. main-is: Main.hs
  70. other-modules:
  71. Paths_aoc2022
  72. hs-source-dirs:
  73. app
  74. 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
  75. build-depends:
  76. Ranged-sets
  77. , aoc2022
  78. , base >=4.7 && <5
  79. , containers
  80. , heredoc
  81. , hspec
  82. , lens
  83. , matrix
  84. , megaparsec
  85. , parsec
  86. , split
  87. , text
  88. , vector
  89. default-language: Haskell2010
  90. test-suite aoc2022-test
  91. type: exitcode-stdio-1.0
  92. main-is: Spec.hs
  93. other-modules:
  94. Day1Spec
  95. Day2Spec
  96. Day3Spec
  97. Day4Spec
  98. Day5Spec
  99. Day6Spec
  100. Day7Spec
  101. Day8Spec
  102. Paths_aoc2022
  103. hs-source-dirs:
  104. test
  105. 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
  106. build-depends:
  107. Ranged-sets
  108. , aoc2022
  109. , base >=4.7 && <5
  110. , containers
  111. , heredoc
  112. , hspec
  113. , lens
  114. , matrix
  115. , megaparsec
  116. , parsec
  117. , split
  118. , text
  119. , vector
  120. default-language: Haskell2010