-- Initial secret-santa.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: secret-santa version: 0.1.0.0 synopsis: Secret Santa game assigner using QR-Codes description: Secret Santa game assigner using QR-Codes Reads a list of friends from the standard input (or a file) and renders to a specified output file (or "output.pdf" if not specified) all assignments of gift givers and their corresponding receivers encoded in a QR-Code. license: GPL-3 license-file: LICENSE extra-Source-Files: README.md author: Rodrigo Setti maintainer: rodrigosetti@gmail.com category: Game build-type: Simple cabal-version: >=1.8 homepage: https://github.com/rodrigosetti/secret-santa bug-reports: https://github.com/rodrigosetti/secret-santa/issues Source-repository head type: git location: git://github.com/rodrigosetti/secret-santa.git executable secret-santa main-is: src/Main.hs ghc-options: -Wall extensions: NoMonomorphismRestriction, DoAndIfThenElse build-depends: base ==4.*, diagrams-lib ==0.6.*, random ==1.*, diagrams-cairo ==0.6, haskell-qrencode ==1.*, containers ==0.4.*