Skip to content

Commit

Permalink
Update from Hackage at 2020-08-14T17:59:22Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 14, 2020
1 parent f40cab4 commit 29b47bf
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions qrcode-juicypixels/0.8.2/qrcode-juicypixels.cabal
@@ -0,0 +1,46 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: f83b93b29bd74cad695887f40d48ecadd66bc1d9475ebca085e95cc42acb732b

name: qrcode-juicypixels
version: 0.8.2
synopsis: Converts a qrcode-core image to JuicyPixels
description: Please see the README on GitHub at <https://github.com/alexkazik/qrcode/qrcode-juicypixels#readme>
category: graphics
homepage: https://github.com/alexkazik/qrcode#readme
bug-reports: https://github.com/alexkazik/qrcode/issues
author: ALeX Kazik
maintainer: alex@kazik.de
copyright: 2018 ALeX Kazik
license: MIT
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

source-repository head
type: git
location: https://github.com/alexkazik/qrcode

library
exposed-modules:
Codec.QRCode.JuicyPixels
other-modules:
Paths_qrcode_juicypixels
hs-source-dirs:
src
build-depends:
JuicyPixels >=3.2.6 && <3.4
, base >=4.8.2.0 && <5
, base64-bytestring >=1.0.0.1 && <1.3
, bytestring >=0.10.6.0 && <0.11
, qrcode-core >=0.8 && <1
, text >=1.2.2.0 && <1.3
, vector >=0.11.0.0 && <0.13
default-language: Haskell2010
1 change: 1 addition & 0 deletions qrcode-juicypixels/0.8.2/qrcode-juicypixels.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"393e9ecff12122597e755a6b6e989cf0","Skein512_512":"42c2da1ed6e6f2cc4a7fb8af4a5084f48676705dd9484ea531885f253de05d7bacb0e3b1ac8f6c16149bba21fa7e362b795fca43e93b80cbcb1ae1496586b264","SHA1":"b734b165defa3980a544f9d1c139ce12a42e4dbf","SHA512":"5026f8e25c7ae78f700c55045887d2b28bd94f011eb7529d2505a72fbaa17651de39e8bb1fea0f481c4905f252f9bd0ba7463d58de5881ab75ce9e38bbd5697c","SHA256":"6f3870ee5a632c3dfee1920c3769689a240ff8e3b1a2e640a1a2554810883e4e"},"package-locations":["https://hackage.haskell.org/package/qrcode-juicypixels-0.8.2/qrcode-juicypixels-0.8.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/qrcode-juicypixels-0.8.2.tar.gz"],"package-size":2929}

0 comments on commit 29b47bf

Please sign in to comment.