packages feed

hbcd-1.0: hbcd.cabal

Name:               hbcd
Version:            1.0
Synopsis:           Packed binary-coded decimal (BCD) serialization
Description:        A module containing packed binary-coded decimal (BCD) serialization
                    functions.  Packed BCD is commonly used to encode numbers in mainframe
                    datasets.
License:            MIT
License-File:       LICENSE.txt
Copyright:          Andrew Kay, 2012
Author:             Andrew Kay
Maintainer:         andrewjkay@gmail.com
Stability:          provisional
Category:           Data
Cabal-Version:      >= 1.6
Build-Type:         Simple

Library
  Exposed-Modules:  Data.BCD.Packed
  HS-Source-Dirs:   src
  Build-Depends:    base >= 4 && < 5,
                    bytestring >= 0.9.1.10,
                    Decimal >= 0.2.3,
                    digits >= 0.2,
                    split >= 0.1.4.3

Source-Repository head
  Type:             hg
  Location:         https://bitbucket.org/andrewjkay/hbcd