name: si-clock version: 0.1.3.1 author: Marc.Fontaine@gmx.de maintainer: Marc.Fontaine@gmx.de category: HAM,Radio,Si5351,SDR,I2C,Hardware synopsis: An interface to the Silicon Labs Si5351 clock chip description: An experimental interface to the Silicon Labs I2C-programmable any-frequency CMOS clock generator and VCXO. (tested with the Si5351 cip). license: BSD3 license-file: LICENSE cabal-version: >= 1.22 build-type: Simple extra-source-files: README.md source-repository head type: git location: git://github.com/MarcFontaine/si-clock library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall exposed-modules: Hardware.SiClock , Hardware.SiClock.Examples , Hardware.SiClock.I2C , Hardware.SiClock.Utils , Hardware.SiClock.Divider , Hardware.SiClock.MorseKeyer , Hardware.SiClock.FSK , Hardware.SiClock.JT65Test build-depends: base < 4.11 , bytestring , transformers , time , hsI2C >= 0.1.3 && < 0.1.4