packages feed

hs-pkpass-0.2: hs-pkpass.cabal

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

name:                hs-pkpass
version:             0.2
synopsis:            A library for Passbook pass creation & signing
description:         A Haskell library for type-safe creation of Passbook passes and signing through Apple's signpass tool.
homepage:            https://github.com/tazjin/hs-pkpass
license:             BSD3
license-file:        LICENSE
author:              Vincent Ambo
maintainer:          geva@humac.com
-- copyright:           
category:            Apple
build-type:          Simple
cabal-version:       >=1.8

source-repository    head
    type: git
    location: https://github.com/tazjin/hs-pkpass.git

library
  exposed-modules:     Passbook, Passbook.Types
  -- other-modules:       
  build-depends:       base >= 4 && < 5,
                       directory >= 1 && < 2,
                       aeson ==0.6.*,
                       conduit ==0.5.*,
                       filesystem-conduit ==0.5.*,
                       text ==0.11.*,
                       uuid ==1.2.*,
                       shelly ==0.14.*,
                       random == 1.0.*,
                       time ==1.4.*,
                       old-locale ==1.0.*,
                       shakespeare-text ==1.0.*,
                       attoparsec >= 0.8.6.1,
                       unordered-containers >= 0.2,
                       zip-archive >= 0.1.1.8,
                       system-filepath < 0.5,
                       bytestring