packages feed

haskeline-0.2: includes/win_console.h

#ifndef _WIN_CONSOLE_H
#define _WIN_CONSOLE_H
#include <windows.h>

BOOL SetPosition(HANDLE h, COORD* c);

#endif