-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhaskell-qrencode.cabal
29 lines (25 loc) · 1.07 KB
/
haskell-qrencode.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Name: haskell-qrencode
Version: 1.0.4
Synopsis: Haskell bindings for libqrencode.
Description: Haskell bindings for libqrencode.
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology
that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of
QR Code is up to 7000 digits or 4000 characters, and is highly robust.
License: BSD3
License-file: LICENSE
Author: James Sanders, Felipe Lessa
Maintainer: [email protected]
Category: Data
Build-type: Simple
Cabal-version: >=1.6
Homepage: https://github.com/jamessanders/haskell-qrencode
Source-repository head
type: git
location: git://github.com/jamessanders/haskell-qrencode.git
Library
hs-source-dirs: src
Exposed-modules: Data.QRCode
Build-depends: base >=4 && <5, bytestring >= 0.9.1.7
Build-tools: hsc2hs
ghc-options: -O2 -Wall
extra-libraries: qrencode