packages feed

NXTDSL-0.4: NXTDSL.cabal

Name:                NXTDSL
Version:             0.4
Synopsis:            Generate NXC Code from DSL
Description:         Typesafe code generation for the LEGO-NXT
License:             BSD3
License-File:        LICENSE
Author:              Alexander Thiemann
Maintainer:          Alexander Thiemann <mail@agrafix.net>
Copyright:           Copyright (c) 2013 Alexander Thiemann
Build-Type:          Simple
Cabal-Version:       >=1.6
Category:            Language, Compilers/Interpreters
Homepage:               https://github.com/agrafix/legoDSL
Bug-reports:            https://github.com/agrafix/legoDSL/issues

Library
   Build-Depends:     base >= 3 && < 5, mtl, unordered-containers, resourcet >= 0.4.4, stm >= 2.4.2, text, attoparsec >= 0.10.4.0, hashable >= 1.2.0.5
   Exposed-modules:   NXT.Core, NXT.VM.Interpretation, NXT.Stdlib.Common, NXT.Stdlib.Motor, NXT.Stdlib.Sensor

Executable legoDSL
   Main-Is: Compiler.hs

Source-repository head
   Type:                 git
   Location:             git://github.com/agrafix/legoDSL.git