-- Initial faith.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: faith version: 0.1.0.0 synopsis: faith-lang description: a faithful language license: BSD3 license-file: LICENSE author: Nicolas Wu maintainer: nicolas.wu@gmail.com -- copyright: -- category: build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable faith main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.10 && <4.11 -- hs-source-dirs: default-language: Haskell2010