fsmActions 0.4.0 → 0.4.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- doc/fsmActions.pdf binary
- fsmActions.cabal +2/−2
doc/fsmActions.pdf view
binary file changed (147536 → 148360 bytes)
fsmActions.cabal view
@@ -1,5 +1,5 @@ Name: fsmActions-Version: 0.4.0+Version: 0.4.1 Stability: Alpha Synopsis: Finite state machines and FSM actions Description:@@ -25,7 +25,7 @@ Location: http://code.haskell.org/fsmActions Library- Build-Depends: base >= 3 && < 5, containers, filepath, fgl,+ Build-Depends: base >= 4 && < 5, containers, filepath, fgl, graphviz >= 2999.6.0.0, MissingH, mtl, parsec, pretty Exposed-modules: Data.FsmActions,