# Release Notes
| Version | Comments | Date |
|---|---|---|
| 0.11.0.0 | Initial λ Release | 2018 OCT |
# Haskell Template
In order for the implementation to comply with what is described on this
website, it is necessary that the code can be marked as a secure code
with the following compiler flags:
... -XSafe -fpackage-trust -trust=base ...
This have the consequence that some Haskell packages can’t be used, as for
example Data.Text since it can’t be marked as trustworthy, while other like
Data.ByteString can be marked and therefore be used.
For more information on the template, please look into the source code which
can be found at:
# Open Source
Source code is ONLY covered by a Server Side Public License, v 1 while the
rest (knowhow, text, media, …), is covered by the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
license.