-- Initial reformat.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: reformat version: 0.1.0.1 synopsis: The parser and render to parsec and render the string. description: A frame work wih parser and render to reformat the key infors. homepage: https://github.com/Qinka/reformat license: GPL-3 license-file: LICENSE author: Johann Lee maintainer: qinka@live.com copyright: Copyright (C) 2018 Johann Lee category: Text build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >= 1.22 library exposed-modules: Text.Reformat other-modules: Text.Reformat.Render Text.Reformat.Parsec Text.Reformat.Types other-extensions: FlexibleContexts FunctionalDependencies MultiParamTypeClasses build-depends: base >= 4 && < 5 , parsec >= 3.1 hs-source-dirs: src default-language: Haskell2010 reexported-modules: Text.Parsec , Text.Parsec.String , Text.Parsec.ByteString , Text.Parsec.ByteString.Lazy , Text.Parsec.Text , Text.Parsec.Text.Lazy , Text.Parsec.Pos , Text.Parsec.Error , Text.Parsec.Prim , Text.Parsec.Char , Text.Parsec.Combinator , Text.Parsec.Token , Text.Parsec.Expr , Text.Parsec.Language , Text.Parsec.Perm , Text.ParserCombinators.Parsec , Text.ParserCombinators.Parsec.Char , Text.ParserCombinators.Parsec.Combinator , Text.ParserCombinators.Parsec.Error , Text.ParserCombinators.Parsec.Expr , Text.ParserCombinators.Parsec.Language , Text.ParserCombinators.Parsec.Perm , Text.ParserCombinators.Parsec.Pos , Text.ParserCombinators.Parsec.Prim , Text.ParserCombinators.Parsec.Tokenc source-repository head type: git location: https://github.com/Qinka/reformat.git branch: master