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: day10b version: 0.1.0.0 description: Please see the README at author: Natty maintainer: natty.sh.git@gmail.com copyright: 2023 Natty build-type: Simple executable day10b main-is: Main.hs other-modules: Paths_day10b 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: base >=4.7 && <5 , containers , megaparsec , text default-language: Haskell2010