cabal-version: 3.0 name: garnet version: 0.1.0.0 license-file: LICENSE author: Patrick Aldis maintainer: patricktaldis@gmail.com executable garnet main-is: Main.hs hs-source-dirs: . other-modules: default-language: GHC2024 default-extensions: BlockArguments DeriveAnyClass DuplicateRecordFields ImpredicativeTypes LexicalNegation MultiWayIf NamedFieldPuns NegativeLiterals NoFieldSelectors NoMonomorphismRestriction OverloadedRecordDot OverloadedStrings RecordWildCards ViewPatterns ghc-options: -Wall -fdefer-type-errors -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.14,