packages feed

haskeline-0.6.4.7: includes/win_console.h

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

BOOL haskeline_SetPosition(HANDLE h, COORD* c);

#endif