summaryrefslogtreecommitdiffhomepage
path: root/Runnable.hs-boot
AgeCommit message (Collapse)Author
2008-08-23use LANGUAGE pragmasAndrea Rossato
darcs-hash:20080823112141-d6583-d7c93c87966239c721b1652d28e277c8d49083a7.gz
2008-04-29style, pointfree and trailing spaces0.9_releaseAndrea Rossato
darcs-hash:20080429125953-d6583-02a6653c15d3166ad264c45ec44082bdae30260e.gz
2007-09-27Added Show instance to RunnableAndrea Rossato
darcs-hash:20070927172924-d6583-debc8c0d457d06491ce494aef7429d1436c6526f.gz
2007-07-12removed the Show instance requirement for pluginsAndrea Rossato
darcs-hash:20070712215615-d6583-463ad3d9d1282fd1f129f34f405c66e0795962fd.gz
2007-07-12use of existential types for plugin supportAndrea Rossato
This patch, which *changes the configuration format*, adds easy plugin support by using an existential type for storing the list of commands to be executed. Adding a plugin is just a matter of writing the appropriate instance of the Exec class, after importing Commands.hs. I must thank Claus Reinke for the help in understanding the mysteries of reading existential types. The Read instance of Runnable must be credited to him. See here: http://www.haskell.org/pipermail/haskell-cafe/2007-July/028227.html darcs-hash:20070712175034-d6583-f10174bb3b0a9b4f6e08d05052c18f30e539b319.gz