-- Initial indent.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: tabs version: 0.1.0.0 synopsis: Indents source files -- description: license: BSD3 license-file: LICENSE author: Thomas Eding maintainer: thomasedingcode@gmail.com -- copyright: -- category: build-type: Simple cabal-version: >=1.8 library build-depends: base >=4.10 && <4.11, tagged >=0.8 && <0.9, filepath >=1.4 && <1.5, monadlist >=0.0 && <0.1, mtl >=2.2 && <2.3 hs-source-dirs: src exposed-modules: Text.Indent Text.Indent.Class Text.Indent.Type.CodeGen executable tabs main-is: Main.hs build-depends: base >=4.10 && <4.11, tagged >=0.8 && <0.9, filepath >=1.4 && <1.5, monadlist >=0.0 && <0.1, mtl >=2.2 && <2.3 hs-source-dirs: src other-modules: Tabs Text.Indent Text.Indent.Class Text.Indent.Type.CodeGen