Hi all,

I have released haskus-system 0.7.

haskus-system is a Haskell library for system programming on top of the Linux kernel. You can use it to build systems that only use:

This release features a new build tool that automatically downloads, configures and builds Linux, SysLinux, etc. It can also execute your system within QEMU, build ISO images and even create bootable devices.

For instance, to test the Demo example from https://github.com/haskus/haskus-system-examples/ with QEMU, you just have to type:

> haskus-system-build test --init Demo

The full announce with some screenshots and a video: http://hsyl20.fr/home/posts/2017-06-29-announcing-haskussystem-07.html

Cheers,
Sylvain