packages feed

tsvsql-0.1.1.0: tsvsql.cabal

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

name:                tsvsql
version:             0.1.1.0
synopsis:            Template tsv into SQL
-- description:         
homepage:            https://github.com/danchoi/tsvsql
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 tsvsql
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.8
                     , unordered-containers 
                     , containers 
                     , text >= 1.1.0.0
                     , bytestring 
                     , optparse-applicative
                     , attoparsec
  -- hs-source-dirs:      
  default-language:    Haskell2010