-- Initial rtlsdr.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rtlsdr version: 0.1.0.5 synopsis: Bindings to librtlsdr description: Bindings to librtlsdr. Turns your Realtek RTL2832 based DVB dongle into a SDR receiver. . For more information see: . This library is a straightforward wrapper around the C library functions. See the C library documentation: license: BSD3 license-file: LICENSE author: Adam Walker maintainer: adamwalker10@gmail.com copyright: 2014 Adam Walker category: Software defined radio homepage: https://github.com/adamwalker/hrtlsdr bug-reports: https://github.com/adamwalker/hrtlsdr/issues build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/adamwalker/hrtlsdr library exposed-modules: RTLSDR -- other-modules: other-extensions: EmptyDataDecls build-depends: base >=4.6 && <5 -- hs-source-dirs: build-tools: c2hs default-language: Haskell2010 extra-libraries: rtlsdr -- ghc-options: -Wall