cabal-version: 3.0 name: ppn2seq version: 0.1.0.0 -- synopsis: -- description: license: MIT license-file: LICENSE author: Annwan maintainer: annwan@annwan.me -- copyright: build-type: Simple extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings ghc-options: -Wall executable ppn2seq import: warnings main-is: Ppn2Seq.hs -- other-modules: -- other-extensions: build-depends: base ^>=4.18.0.0 , text , unicode-transforms hs-source-dirs: src default-language: GHC2021