uu-cco 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ CCO.Component: ioRun :: Component a b -> a -> IO b
Files
- src/CCO/Component.hs +1/−0
- uu-cco.cabal +1/−1
src/CCO/Component.hs view
@@ -27,6 +27,7 @@ -- * Wrapping components , ioWrap -- :: Component String String -> IO ()+ , ioRun -- :: Component a b -> a -> IO b ) where import CCO.Feedback (Feedback, runFeedback)
uu-cco.cabal view
@@ -1,5 +1,5 @@ name: uu-cco-version: 0.1.0.4+version: 0.1.0.5 synopsis: Utilities for compiler construction: core functionality description: A small utility library accompanying the course on Compiler Construction (INFOMCCO) at Utrecht Univerity.