summaryrefslogtreecommitdiffhomepage
path: root/src/Signal.hs
AgeCommit message (Collapse)Author
2012-08-09Move signal handler and data types to own moduleJochen Keil
This is necessary to make SignalType available for other modules without import loops. This also decoupels the modules and their functionality a bit more so this is generally a cleaner solution.