qr-imager-0.2.2.0: qr-imager.cabal
name: qr-imager
version: 0.2.2.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2016 Vanessa McHale
maintainer: tmchale@wisc.edu
stability: stable
homepage: https://github.com/vmchale/QRImager#readme
synopsis: Library to generate QR codes from bytestrings and objects
description:
Please see README.md
category: Data
author: Vanessa McHale
extra-source-files:
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/vmchale/QRImager
library
exposed-modules:
Data.QRCodes
Data.QRCodes.Exe
Data.QRCodes.Image
Data.QRCodes.Signature
build-depends:
base >=4.7 && <5,
aeson >=0.11.2.1 && <0.12,
JuicyPixels >=3.2.8 && <3.3,
vector >=0.11.0.0 && <0.12,
bytestring >=0.10.8.1 && <0.11,
lens ==4.14.*,
cryptonite ==0.21.*,
jose-jwt >=0.7.4 && <0.8,
directory >=1.2.6.2 && <1.3,
haskell-qrencode >=1.0.4 && <1.1,
process >=1.4.2.0 && <1.5,
MissingH >=1.4.0.1 && <1.5,
optparse-applicative >=0.12.1.0 && <0.13
pkgconfig-depends: libqrencode -any
default-language: Haskell2010
hs-source-dirs: src
other-modules:
Data.QRCodes.Utils
executable qrpipe
main-is: Main.hs
build-depends:
base >=4.9.0.0 && <4.10,
qr-imager >=0.2.2.0 && <0.3
default-language: Haskell2010
hs-source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
test-suite test-lib
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends:
base >=4.9.0.0 && <4.10,
qr-imager >=0.2.2.0 && <0.3,
hspec >=2.2.4 && <2.3
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N