cabal-version: 2.4 name: purescript-cst version: 0.1.1.0 license: BSD-3-Clause license-file: LICENSE copyright: (c) 2013-17 Phil Freeman, (c) 2014-19 Gary Burgess, (c) other contributors (see CONTRIBUTORS.md) maintainer: Gary Burgess , Hardy Jones , Harry Garrood , Christoph Hegemann , Liam Goodacre , Nathan Faubion author: Phil Freeman stability: experimental homepage: http://www.purescript.org/ bug-reports: https://github.com/purescript/purescript/issues synopsis: PureScript Programming Language Concrete Syntax Tree description: The surface syntax of the PureScript Programming Language. category: Language build-type: Simple extra-source-files: tests/purs/**/*.out tests/purs/**/*.purs README.md source-repository head type: git location: https://github.com/purescript/purescript library exposed-modules: Language.PureScript.CST.Convert Language.PureScript.CST.Errors Language.PureScript.CST.Flatten Language.PureScript.CST.Layout Language.PureScript.CST.Lexer Language.PureScript.CST.Monad Language.PureScript.CST.Parser Language.PureScript.CST.Positions Language.PureScript.CST.Print Language.PureScript.CST.Traversals Language.PureScript.CST.Traversals.Type Language.PureScript.CST.Types Language.PureScript.CST.Utils build-tool-depends: happy:happy ==1.20.0 hs-source-dirs: src other-modules: Data.Text.PureScript Paths_purescript_cst autogen-modules: Paths_purescript_cst default-language: Haskell2010 default-extensions: BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveFunctor DeriveFoldable DeriveTraversable DeriveGeneric DerivingStrategies EmptyDataDecls FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude PatternGuards PatternSynonyms RankNTypes RecordWildCards OverloadedStrings ScopedTypeVariables TupleSections TypeFamilies ViewPatterns ghc-options: -Wall build-depends: array >=0.5.4.0 && <0.6, base >=4.14.1.0 && <4.15, containers >=0.6.2.1 && <0.7, dlist >=0.8.0.8 && <0.9, purescript-ast ==0.1.1.0, scientific >=0.3.6.2 && <0.4, semigroups >=0.19.1 && <0.20, text >=1.2.4.1 && <1.3 test-suite tests type: exitcode-stdio-1.0 main-is: Main.hs build-tool-depends: happy:happy ==1.20.0 hs-source-dirs: tests other-modules: TestCst Paths_purescript_cst default-language: Haskell2010 default-extensions: BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveFunctor DeriveFoldable DeriveTraversable DeriveGeneric DerivingStrategies EmptyDataDecls FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude PatternGuards PatternSynonyms RankNTypes RecordWildCards OverloadedStrings ScopedTypeVariables TupleSections TypeFamilies ViewPatterns ghc-options: -Wall build-depends: array >=0.5.4.0 && <0.6, base >=4.14.1.0 && <4.15, containers >=0.6.2.1 && <0.7, dlist >=0.8.0.8 && <0.9, purescript-ast ==0.1.1.0, scientific >=0.3.6.2 && <0.4, semigroups >=0.19.1 && <0.20, text >=1.2.4.1 && <1.3, base-compat >=0.11.2 && <0.12, purescript-cst -any, bytestring >=0.10.12.0 && <0.11, filepath >=1.4.2.1 && <1.5, tasty >=1.2.3 && <1.3, tasty-golden >=2.3.3.2 && <2.4, tasty-quickcheck >=0.10.1.2 && <0.11