packages feed

hie-bios-0.1.0: wrappers/cabal.bat

@ECHO OFF
IF "%i" == "--interactive" (
  ECHO %CD%
  ECHO %*
) ELSE (
  ghc %*
)