name: apache2-log-parser version: 1.1.1 synopsis: Simple project template from stack description: Please see README.md homepage: http://github.com/githubuser/apache2-log-parser#readme license: BSD3 license-file: LICENSE author: Yuanle Song maintainer: sylecn@gmail.com copyright: 2015 Yuanle Song category: Web build-type: Simple cabal-version: >=1.10 executable a2p hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5 ,attoparsec ,MissingH ,bytestring ,optparse-applicative ,time ,containers