<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi all,</p>
    <p>I have released haskus-system 0.7.</p>
    <p><a href="https://github.com/haskus/haskus-system">haskus-system</a>
      is a Haskell library for system programming on top of the Linux
      kernel. You can use it to build systems that only use:</p>
    <ul>
      <li>the Linux kernel</li>
      <li>the haskus-system library</li>
      <li>your code</li>
    </ul>
    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.<br>
    <br>
    For instance, to test the Demo example from
    <a class="moz-txt-link-freetext" href="https://github.com/haskus/haskus-system-examples/">https://github.com/haskus/haskus-system-examples/</a> with QEMU, you
    just have to type:<br>
    <br>
    > haskus-system-build test --init Demo<br>
    <br>
    The full announce with some screenshots and a video:
    <a class="moz-txt-link-freetext" href="http://hsyl20.fr/home/posts/2017-06-29-announcing-haskussystem-07.html">http://hsyl20.fr/home/posts/2017-06-29-announcing-haskussystem-07.html</a><br>
    <br>
    Cheers,<br>
    Sylvain<br>
  </body>
</html>