packages feed

bgmax-0.1.0.1: bgmax.cabal

name:                bgmax
version:             0.1.0.1
synopsis:            Parse BgMax-files
homepage:            http://github.com/jonpetterbergman/bgmax
bug-reports:         http://github.com/jonpetterbergman/bgmax/issues
license:             BSD3
license-file:        LICENSE
author:              Petter Bergman
maintainer:          jon.petter.bergman@gmail.com
-- copyright:           
category:            Finance
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10
extra-source-files:  changelog.md
description:         
  A low-level parser for 
  <http://www.bgc.se/upload/Gemensamt/Trycksaker/Manualer/BG6040.pdf BgMax>
  -files from <http://www.bgc.se Bankgirocentralen> (BGC).
  It is able to parse all of the 
  <http://www.bgc.se/templates/Iframe____3125.aspx example files> from BGC.

library
  exposed-modules:     Finance.BgMax.TK 
                       Finance.BgMax.Parser
  -- other-modules:       
  other-extensions:    OverloadedStrings
  build-depends:       base >=4.7 && <4.8,
                       time >=1.2 && <1.5,
                       bytestring >=0.9 && <10.3,
                       attoparsec >=0.10 && <0.13
  hs-source-dirs:      src
  default-language:    Haskell2010