29 lines
838 B
Plaintext
29 lines
838 B
Plaintext
|
cabal-version: 1.12
|
||
|
|
||
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
||
|
--
|
||
|
-- see: https://github.com/sol/hpack
|
||
|
|
||
|
name: day06b
|
||
|
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 day06b
|
||
|
main-is: Main.hs
|
||
|
other-modules:
|
||
|
Paths_day06b
|
||
|
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
|
||
|
, bifunctors
|
||
|
, containers
|
||
|
, megaparsec
|
||
|
, text
|
||
|
default-language: Haskell2010
|