hs2ats 0.2.1.6 → 0.2.1.7
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hs2ats.cabal +1/−1
- src/Language/ATS/Generate.hs +1/−0
hs2ats.cabal view
@@ -1,5 +1,5 @@ name: hs2ats-version: 0.2.1.6+version: 0.2.1.7 synopsis: Create ATS types from Haskell types description: This package enables scanning Haskell source files for data types and then generating [ATS](http://www.ats-lang.org/) types from them. homepage: https://github.com/vmchale/hs2ats#readme
src/Language/ATS/Generate.hs view
@@ -167,6 +167,7 @@ , RecordWildCards , BangPatterns , ExplicitForAll+ , FlexibleContexts ] -- | Given a string containing Haskell, return a string containing ATS and