qr-repa-0.1.0.0: qr-repa.cabal
name: qr-repa
version: 0.1.0.0
synopsis: Library to generate QR codes from bytestrings and objects and scale image files
description: Please see README.md
homepage: https://github.com/vmchale/QRRepa#readme
license: BSD3
license-file: LICENSE
author: Vanessa McHale
maintainer: tmchale@wisc.edu
copyright: Copyright: (c) 2016 Vanessa McHale
category: Data
build-type: Simple
stability: stable
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.QRCodes.Repa
build-depends: base >= 4.7 && < 5
, aeson
, bytestring
, lens
, cryptonite
, jose-jwt
, directory
, haskell-qrencode
, repa
, vector
, repa-devil
default-language: Haskell2010
executable qrpipe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O3
build-depends: base
, qr-repa
, bytestring
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/vmchale/QRRepa