-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: nfc version: 0.1.0 synopsis: libnfc bindings description: nfc is a set of bindings to libnfc category: Bindings homepage: https://github.com/centromere/nfc#readme bug-reports: https://github.com/centromere/nfc/issues maintainer: John Galt license: PublicDomain build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/centromere/nfc flag build-examples description: Build examples manual: False default: False library hs-source-dirs: src ghc-options: -Wall c-sources: cbits/NFC.c extra-libraries: nfc build-depends: base <5 , bytestring build-tools: c2hs exposed-modules: Bindings.NFC other-modules: Paths_nfc default-language: Haskell2010 executable print-mifare-uid-forever main-is: print-mifare-uid-forever.hs hs-source-dirs: examples ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base <5 , base16-bytestring , bytestring , nfc if !flag(build-examples) buildable: False default-language: Haskell2010