Name: ltext Version: 0.1.1 Author: Athan Clark Maintainer: Athan Clark License: BSD3 License-File: LICENSE Synopsis: Higher-order file applicator Category: Text, Tools, Utils, Filesystem Description: λtext is a general-purpose templating utility for text files. . Turn plaintext files into lambdas - function application then becomes concatenation. . Please see the for more details. . All credits go to Martin Grabmueller's package for the type inference algorithm used in λtext. Cabal-Version: >= 1.10 Build-Type: Simple Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Application.Types LText.Expr LText.Type LText.Document Build-Depends: base >= 4.8 && < 5 , attoparsec , directory , exceptions , extra , HFuse , mtl , pretty , text , transformers , QuickCheck , quickcheck-combinators , unordered-containers Executable ltext Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall -threaded Main-Is: Main.hs Other-Modules: Application.Types LText.Expr LText.Type Build-Depends: base >= 4.8 && < 5 , attoparsec , directory , exceptions , extra , mtl , optparse-applicative , pretty , transformers , text , QuickCheck , quickcheck-combinators , unordered-containers Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: test Ghc-Options: -Wall Main-Is: Main.hs Build-Depends: base , ltext , QuickCheck , quickcheck-combinators , text , tasty , tasty-quickcheck Source-Repository head Type: git Location: https://github.com/ltext/ltext.git