-- Initial align.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: align-text version: 0.1.0.1 synopsis: A simple unix filter to align text on specified substrings description: A simple unix filter to align text on specified substrings homepage: https://github.com/danchoi/align-text license: MIT license-file: LICENSE author: Daniel Choi maintainer: dhchoi@gmail.com -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable align main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , text , optparse-applicative == 0.11.0.1 -- hs-source-dirs: default-language: Haskell2010