diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..b36483c --- /dev/null +++ b/Changelog.md @@ -0,0 +1,3 @@ +# 0.1.0.0 + +Initial release diff --git a/package.yaml b/package.yaml index 6c86176..36e5f6e 100644 --- a/package.yaml +++ b/package.yaml @@ -3,8 +3,10 @@ version: 0.1.0.0 synopsis: DerivingVia for OpenAPI 3 description: See for more details. maintainer: Ilya Kostyuchenko -category: JSON, Generics +category: JSON, Generics, OpenAPI license: MIT +license-file: LICENSE +extra-source-files: Changelog.md github: ilyakooo0/deriving-openapi3 ghc-options: -Weverything -Wno-star-is-type