packages feed

language-ats 0.1.0.4 → 0.1.0.5

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

language-ats.cabal view
@@ -1,5 +1,5 @@ name:                language-ats-version:             0.1.0.4+version:             0.1.0.5 synopsis:            Parser and pretty-printer for ATS. description:         Parser and pretty-printer for [ATS](http://www.ats-lang.org/), written with Happy and Alex. homepage:            https://github.com/vmchale/language-ats#readme
src/Language/ATS/Parser.y view
@@ -621,6 +621,7 @@          | stadef boolLit eq Name { Stadef (over _head toLower (show $2)) $4 [] } -- TODO identifierSpace          | sortdef IdentifierOr eq Type { SortDef $1 $2 $4 }          | AndSort { $1 }+         | vtypedef IdentifierOr eq Leaves {% Left $ Expected $3 "Type" "|" }  Fixity : infixr { RightFix $1 }        | infixl { LeftFix $1 }