Skip to content
apache2-log-parser.cabal 862 B
Newer Older
Yuanle Song's avatar
Yuanle Song committed
name:                apache2-log-parser
version:             1.1.1
Yuanle Song's avatar
Yuanle Song committed
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 <sylecn@gmail.com>
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