rtlsdr-0.1.0.2: rtlsdr.cabal
-- Initial rtlsdr.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: rtlsdr
version: 0.1.0.2
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
-- hs-source-dirs:
build-tools: c2hs
default-language: Haskell2010
extra-libraries: rtlsdr
-- ghc-options: -Wall