packages feed

align-text-0.1.0.0: align-text.cabal

-- Initial align.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                align-text
version:             0.1.0.0
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
  -- hs-source-dirs:      
  default-language:    Haskell2010