aoc23/day25a/day25a.cabal

31 lines
873 B
Plaintext
Raw Normal View History

2023-12-28 19:28:33 +00:00
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: day25a
version: 0.1.0.0
description: Please see the README at <https://git.astolfo.cool/natty/aoc23#readme>
author: Natty
maintainer: natty.sh.git@gmail.com
copyright: 2023 Natty
build-type: Simple
executable day25a
main-is: Main.hs
other-modules:
Paths_day25a
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 -threaded -rtsopts -with-rtsopts=-N
build-depends:
MonadRandom
, base >=4.7 && <5
, containers
, megaparsec
, random
, random-shuffle
, text
default-language: Haskell2010