@hackage / futhark-manifest

Definition and serialisation instances for Futhark manifests.

Latest1.9.0.0

Changelog

Revision history for futhark-manifest

1.9.0.0

  • New type Doc for representing documentation comments.

  • EntryPoint has a new field: entryPointDoc of type Doc.

  • TypeOpaque has a new payload of type Doc.

1.8.0.0

  • Replaced entryPointOutputs with entryPointOutput.

1.7.0.0

  • Added entryPointAttrs.

1.6.0.0

  • Added opaqueArrayNew and recordArrayNew.

  • Added opaqueArraySet and recordArraySet.

1.5.0.0

  • Adding record arrays and opaque arrays.

  • Added array indexing.

  • Slight refactoring to emphasize that can opaque cannot be both e.g. a sum type and a record.

1.4.0.0

  • Added arrayNewRaw and arrayRaw.

1.3.0.0

  • Added SumOps and SumVariant.

  • The TypeOpaque constructor now has an additional field of type SumOps.

1.2.0.1 -- 2023-03-10

  • Fix test suite.

1.2.0.0 -- 2023-03-10

  • Support for tuning parameters.

1.1.0.0 -- 2022-06-27

  • Support records.

1.0.0.1 -- 2021-12-19

  • First version. Released on an unsuspecting world.