atom-msp430-0.5.1: atom-msp430.cabal
name: atom-msp430
version: 0.5.1
synopsis: Convenience functions for using Atom with the MSP430 microcontroller family.
-- description:
homepage: https://github.com/eightyeight/atom-msp430
license: MIT
license-file: LICENSE
author: Daniel Buckmaster
maintainer: dan.buckmaster@gmail.com
-- copyright:
category: Embedded
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Language.Atom.MSP430,
Language.Atom.MSP430.Watchdog,
Language.Atom.MSP430.DigitalIO,
Language.Atom.MSP430.TimerA,
Language.Atom.MSP430.Interrupts,
Language.Atom.MSP430.Compile
build-depends: base ==4.5.*,
mtl,
atom >= 1.0.12