-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 762caf69c25dec66d2942ee3081d17d4f4a65f9b8ab1cf9b55fc89f62d8e69cb name: treescript version: 0.1.0.0 synopsis: A language to transform source code from/between different languages. description: Please see the README on GitHub at category: Language homepage: https://github.com/jakobeha/treescript/src/master/README.md bug-reports: https://github.com/jakobeha/treescript/issues author: Jakob Hain maintainer: jakobeha@gmail.com copyright: 2018 Jakob Hain license: GPL-3 license-file: LICENSE build-type: Simple cabal-version: >= 1.18 extra-source-files: ChangeLog.md README.md resources/bin/treescript-interpreter resources/env/settings.yaml src/TreeScript/Ast/Lex/Parse.x src/TreeScript/Ast/Sugar/Parse.y test-resources/examples/A.out.yaml test-resources/examples/A.tscr test-resources/examples/B.BadLex.2.out.yaml test-resources/examples/B.BadLex.2.tscr test-resources/examples/B.BadLex.out.yaml test-resources/examples/B.BadLex.tscr test-resources/examples/C.BadParse.2.out.yaml test-resources/examples/C.BadParse.2.tscr test-resources/examples/C.BadParse.3.out.yaml test-resources/examples/C.BadParse.3.tscr test-resources/examples/C.BadParse.out.yaml test-resources/examples/C.BadParse.tscr test-resources/examples/D.BadDesugar.Lang.out.yaml test-resources/examples/D.BadDesugar.Lang.tscr test-resources/examples/D.BadDesugar.out.yaml test-resources/examples/D.BadDesugar.tscr test-resources/examples/F.NoSugar.out.yaml test-resources/examples/F.NoSugar.tscr test-resources/examples/G.Simple.R.out.yaml test-resources/examples/G.Simple.R.tscr test-resources/examples/H.Simple.out.yaml test-resources/examples/H.Simple.tscr test-resources/examples/I.Groups.out.yaml test-resources/examples/I.Groups.tscr test-resources/examples/J.Functions.out.yaml test-resources/examples/J.Functions.tscr test-resources/examples/K.Functions.JS.out.yaml test-resources/examples/K.Functions.JS.tscr test-resources/examples/K.Functions.R.out.yaml test-resources/examples/K.Functions.R.tscr test-resources/examples/L.Md2Json.out.yaml test-resources/examples/L.Md2Json.tscr test-resources/examples/L.Rise.2.out.yaml test-resources/examples/L.Rise.2.tscr test-resources/examples/L.Rise.out.yaml test-resources/examples/L.Rise.tscr test-resources/examples/M.Annotate.out.yaml test-resources/examples/M.Annotate.tscr extra-doc-files: doc/Abstract.txt doc/CodeDesign.md doc/History.md doc/Install.md doc/Plugins.md doc/Semantics.md doc/Summary.md source-repository head type: git location: https://github.com/jakobeha/treescript library exposed-modules: TreeScript TreeScript.Ast.Core TreeScript.Ast.Flat TreeScript.Ast.Lex TreeScript.Ast.Sugar TreeScript.Ast.Translate TreeScript.Misc.Ext.Text other-modules: TreeScript.Ast TreeScript.Ast.Core.Analyze TreeScript.Ast.Core.Intermediate TreeScript.Ast.Core.Parse TreeScript.Ast.Core.Types TreeScript.Ast.Flat.Parse TreeScript.Ast.Flat.Types TreeScript.Ast.Lex.Parse TreeScript.Ast.Lex.Types TreeScript.Ast.Sugar.Parse TreeScript.Ast.Sugar.Types TreeScript.Ast.Translate.Compile TreeScript.Ast.Translate.Parse TreeScript.Ast.Translate.Types TreeScript.Compile TreeScript.Lib TreeScript.Misc TreeScript.Misc.Ann TreeScript.Misc.Code TreeScript.Misc.Error TreeScript.Misc.Ext TreeScript.Misc.Ext.Applicative TreeScript.Misc.Ext.IO TreeScript.Misc.Ext.Lifted TreeScript.Misc.Ext.Maybe TreeScript.Misc.Ext.Monoid TreeScript.Misc.File TreeScript.Misc.Loc TreeScript.Misc.Print TreeScript.Plugin TreeScript.Plugin.CmdProgram TreeScript.Plugin.Language TreeScript.Plugin.Library TreeScript.Plugin.Session TreeScript.Run Paths_treescript hs-source-dirs: src ghc-options: -Wall -optP-Wno-nonportable-include-path build-depends: array , autoexporter , base >=4.7 && <5 , bifunctors , binary , bytestring , containers , data-msgpack , directory , exceptions , filepath , megaparsec >=7.0.4 , monad-logger , monad-loops , mtl , process , semigroupoids , shelly , system-filepath , text , transformers , unix , vector , yaml build-tools: alex , happy default-language: Haskell2010 executable treescript main-is: Main.hs other-modules: Action Parse Run Paths_treescript hs-source-dirs: app ghc-options: -Wall -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N build-depends: array , autoexporter , base >=4.7 && <5 , bifunctors , binary , bytestring , containers , data-msgpack , directory , exceptions , filepath , fsnotify , megaparsec >=7.0.4 , monad-logger , monad-loops , mtl , optparse-applicative , process , rainbow , semigroupoids , shelly , system-filepath , text , transformers , treescript , unix , vector , yaml build-tools: alex , happy default-language: Haskell2010 test-suite treescript-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: CompileSpec Core.Test Core.Test.HUnit Core.Test.TreeScript Core.Test.TreeScript.Spec Core.Test.TreeScript.TestFile Paths_treescript hs-source-dirs: test ghc-options: -Wall -optP-Wno-nonportable-include-path -threaded -rtsopts "-with-rtsopts=-N -M128m" build-depends: HUnit , QuickCheck , array , autoexporter , base >=4.7 && <5 , bifunctors , binary , bytestring , containers , data-msgpack , directory , exceptions , filepath , hspec , megaparsec >=7.0.4 , monad-logger , monad-loops , mtl , process , semigroupoids , shelly , system-filepath , temporary , text , transformers , treescript , unix , vector , yaml build-tools: alex , happy default-language: Haskell2010