View | Annotate | Download (1.1 KB)
Added build-type line for hackage
update version info
Add ByteString command support
Genericize code that supports String -> IO String commands
Updates for ghc6 6.8 compat
update .cabal to compile with recent ghc/cabal
HSH.cabal: add -Wall police so one cannot forget to clean things up
Remove unneeded import statements, add type signatures, update HSH.cabal; this patch will allow HSH to compile with -Wall -Werror
Update cabal to 1.2.4
Update for newer FilePath
fixes deb#419194
Updated HSH
Haddock fix
Readied for hackage
Prepping 1.2.0
Updating for 1.1.0
Update changelog and HSH.cabal
More work on Command.hs
Numerous new shellEquivs commands
Initial tests compile and run
Adding test infrastrcutrue
Update cabal and Makefile
Updating for newer MissingH
Added HSH.hs and renamed PipeCmd to Pipecommand
Added makefile and some infrastructure