packages feed

iso8583-bitmaps-0.1.1.0: iso8583-bitmaps.cabal

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

name:                iso8583-bitmaps
version:             0.1.1.0
synopsis:            Parse and merge ISO 8583-style bitmaps
description:         This package provides utility methods for writing
                     Get and Put methods (in terms of Data.Binary) for parsing and
                     merging ISO 8583-style bitmaps, and also parsing and merging
                     most commonly used field formats (LLVAR/LLLVAR, ASCII numbers
                     and so on).
                     Moreover, this package provides TH quasiquoter for declarative
                     specification of ISO 8583-based message formats.

license:             BSD3
license-file:        LICENSE
author:              IlyaPortnov
maintainer:          portnov84@rambler.ru
-- copyright:           
category:            Data
build-type:          Simple
cabal-version:       >=1.8

extra-source-files: Test.hs

library
  exposed-modules:     Data.Binary.ISO8583,
                       Data.Binary.ISO8583.TH
  -- other-modules:       
  build-depends:       base > 4 && < 5,
                       binary >=0.5,
                       bytestring >=0.9,
                       containers >=0.4,
                       parsec >=3.1,
                       template-haskell >=2.12,
                       th-lift >=0.6,
                       syb >= 0.3.6

source-repository head
  type: git
  location: https://github.com/portnov/iso8583-bitmaps.git