Cabal revisions of HJavaScript-0.4.7
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: HJavaScript-Version: 0.4.7-License: BSD3-Author: Joel Bjornson, Niklas Broberg-Maintainer: joel.bjornson@gmail.com, nibro@cs.chalmers.se--Synopsis: HJavaScript is an abstract syntax for a typed subset of JavaScript.-Description: HJavaScript defines an abstract syntax and pretty printer for- a subset of JavaScript. as Language.HJavaScript. However, a significant - difference from JavaScript is that HJavaScript is typed, even on the - abstract syntax level using GADTs. The subset of JavaScript that is - supported is those parts that lend themself to typing - (i.e. no prototyping of classes).---Hs-Source-Dirs: src-Exposed-Modules: Language.HJavaScript.Syntax--Build-Depends: base <5, pretty >= 1.0-Build-Type: Simple-Category: Language+Name: HJavaScript +Version: 0.4.7 +x-revision: 1 +License: BSD3 +Author: Joel Bjornson, Niklas Broberg +Maintainer: joel.bjornson@gmail.com, nibro@cs.chalmers.se + +Synopsis: HJavaScript is an abstract syntax for a typed subset of JavaScript. +Description: HJavaScript defines an abstract syntax and pretty printer for + a subset of JavaScript. as Language.HJavaScript. However, a significant + difference from JavaScript is that HJavaScript is typed, even on the + abstract syntax level using GADTs. The subset of JavaScript that is + supported is those parts that lend themself to typing + (i.e. no prototyping of classes). + + +Hs-Source-Dirs: src +Exposed-Modules: Language.HJavaScript.Syntax + +Build-Depends: base <4.9, pretty >= 1.0 +Build-Type: Simple +Category: Language