packages feed

HARM 0.1.2 → 0.1.3

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Arm/Debugger.hs view
@@ -71,9 +71,9 @@                if not isRunning                  then return ()                  else do putStr "dbg: "-                         cmd <- getChar+                         cmd <- getLine                           putStrLn ""-                         case cmd of+                         case head cmd of                            'm' -> do showMem (radix dbgs) cpu                                      loop cpu dbgs                            'r' -> do showRegs (radix dbgs) cpu
HARM.cabal view
@@ -1,5 +1,5 @@ Name:		HARM-Version:	0.1.2+Version:	0.1.3 Cabal-Version:  >= 1.2 License:	OtherLicense License-File:	LICENSE.txt