Cursed Conlang Circus 3 submission
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
656 B

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