hs-pkpass-0.6: 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.6
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: marc@digitallyinduced.com
-- copyright:
category: Apple
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/digitallyinduced/hs-pkpass.git
library
default-language: Haskell2010
exposed-modules: Passbook, Passbook.Types
-- other-modules:
build-depends: base >= 4 && < 5,
directory >= 1 && < 2,
aeson >= 0.6,
conduit >= 0.5,
conduit-extra,
resourcet,
shakespeare,
text >= 0.11,
uuid >= 1.2,
shelly >= 0.14,
random >= 1.0,
time >= 1,
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,
transformers >= 0.3,
binary >= 0.5,
scientific