cabal-version: 2.2 name: make-pages version: 0.1.0 license: AGPL-3.0-or-later author: Rhiannon Morris maintainer: Rhiannon Morris executable make-pages hs-source-dirs: . main-is: Main.hs other-modules: Info, SinglePage, BuildVar default-language: Haskell2010 default-extensions: BlockArguments, DeriveAnyClass, DerivingStrategies, DuplicateRecordFields, LambdaCase, NamedFieldPuns, OverloadedStrings, PatternSynonyms, QuasiQuotes, ViewPatterns build-depends: base >= 4.12.0.0 && < 4.15, containers ^>= 0.6.0.1, time >= 1.8.0.2 && < 1.10, bytestring ^>= 0.10.8.2, text ^>= 1.2.3.1, HsYAML ^>= 0.2.1.0, optparse-applicative ^>= 0.15.1.0, template-haskell ^>= 2.16.0.0 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N