packages feed

bgmax-0.2.0.4: bgmax.cabal

name:                bgmax
version:             0.2.0.4
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 parser for 
  <http://www.autogiro.se/globalassets/dokument/tekniska-manualer/bankgiroinbetalningar_tekniskmanual_sv.pdf BgMax>
  -files from <http://www.autogiro.se BankGirot>.
  It is able to parse all of the 
  <http://www.autogiro.se/tjanster/inbetalningar/bankgiro-inbetalningar/teknisk-information/ example files> from BGC.
source-repository head
  type:     git
  location: http://github.com/jonpetterbergman/bgmax

source-repository this
  type:     git
  location: http://github.com/jonpetterbergman/bgmax
  tag:      v0.2.0.4

library
  exposed-modules:     BankGiro.BgMax
  -- other-modules:       
  other-extensions:    OverloadedStrings
  build-depends:       
                       base >= 4.9 && < 5,
                       time >= 1.6 && < 1.9,
                       bytestring >= 0.10.8.1 && < 0.11,
                       attoparsec >= 0.13.1.0 && < 0.14
  hs-source-dirs:      src
  default-language:    Haskell2010