packages feed

gotyno-hs 1.0.1 → 1.0.2

raw patch · 3 files changed

+5/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gotyno-hs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           gotyno-hs-version:        1.0.1+version:        1.0.2 synopsis:       A type definition compiler supporting multiple output languages. description:    Compiles type definitions into F#, TypeScript and Python, with validators, decoders and encoders. category:       Compiler@@ -39,6 +39,8 @@     test/reference-output/hasGeneric.py     test/reference-output/importExample.py     test/reference-output/python.py+    test/examples/declaration1.gotyno+    test/examples/declaration2.gotyno  library   exposed-modules:
+ test/examples/declaration1.gotyno view
@@ -0,0 +1,1 @@+declare external.Option<T>
+ test/examples/declaration2.gotyno view
@@ -0,0 +1,1 @@+declare external.Option<T>