souffle-haskell v1.1.0 Release Notes

Release Date: 2020-07-26 // over 3 years ago
  • โž• Added

    • ๐Ÿ“ฆ getFacts can now return facts in a fixed size array (from the array package).
    • โž• Added support for facts containing "unsigned" values.
    • โž• Added support for facts containing "float" values.

    ๐Ÿ›  Fixed

    • The run function in Language.Souffle.Interpeted now always closes stdout and stderr handles of the external souffle process.

    โœ‚ Removed

    • ๐Ÿšš Language.Souffle module is removed since it only existed due to legacy reasons. This removal forces users to be explicit about the mode they are using souffle-haskell in (interpreted or compiled mode). If you experience compilation errors, rename all imports of Language.Souffle to Language.Souffle.Compiled.