packages feed

HARM-0.1.3: HARM.cabal

Name:		HARM
Version:	0.1.3
Cabal-Version:  >= 1.2
License:	OtherLicense
License-File:	LICENSE.txt
Author:		Jeffrey A. Meunier (and Alex Mason)
Homepage:	http://www.engr.uconn.edu/~jeffm/Classes/CSE240-Spring-2001/Lectures/index.html
Category:	Compilers/Interpreters
Synopsis:	A simple ARM emulator in haskell
build-type:	Simple
description:	A simple ARM virtual machine designed for teaching assembly
Maintainer:	Alex Mason (axman6@gmail.com)

Executable runarm
  Main-Is:        runarm.hs
  Build-Depends:  base


Executable dbgarm
  Main-Is:        dbgarm.hs
  Build-Depends:  base, array

Library
  Build-Depends:	base, array
  Exposed-modules:
    Arm.Arm, Arm.Assembler, Arm.BinaryNumber, Arm.CPU, Arm.Debugger, Arm.Decoder, Arm.Encoder, Arm.ExecutionUnit, Arm.Format, Arm.Instruction, Arm.Loader, Arm.Memory, Arm.Operand, Arm.ParseLib, Arm.Parser, Arm.Program, Arm.Register, Arm.RegisterName, Arm.Swi