Name: ltext Version: 0.0.0.1 Author: Athan Clark Maintainer: Athan Clark License: BSD3 License-File: LICENSE Synopsis: Higher-order file applicator Description: Turn plaintext files into lambdas for templating - function application has implicit concatenation. Cabal-Version: >= 1.10 Build-Type: Simple Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: LText.Internal LText.Internal.Classes LText.Internal.Expr LText.Internal.Types LText.Internal.Inference LText.Internal.Evaluation LText.Parser.Unobtrusive LText.Parser.Document LText.Parser.Lexer LText.Parser.Expr LText.Renderer Build-Depends: base >= 4.6 && < 5 , mtl , transformers , containers , pretty , text , parsec , composition , composition-extra Executable ltext Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall -threaded Main-Is: Main.hs Build-Depends: base >= 4.6 && < 5 , optparse-applicative , mtl , yaml , aeson , directory , data-default , text , parsec , containers , transformers , pretty , composition , composition-extra Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: src , test Ghc-Options: -Wall Main-Is: Spec.hs Build-Depends: base , hspec Source-Repository head Type: git Location: https://github.com/athanclark/ltext.git