-- Initial rtlsdr.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rtlsdr version: 0.1.0.0 synopsis: Bindings to librtlsdr description: Bindings to librtlsdr. Turns your Realtek RTL2832 based DVB dongle into a SDR receiver. . For more information see: http://sdr.osmocom.org/trac/wiki/rtl-sdr license: BSD3 license-file: LICENSE author: Adam Walker maintainer: adamwalker10@gmail.com copyright: 2014 Adam Walker category: Software defined radio 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 && <4.8, array >=0.4 && <0.6 -- hs-source-dirs: build-tools: c2hs default-language: Haskell2010 extra-libraries: rtlsdr -- ghc-options: -Wall