hgom 0.5.2 → 0.5.3
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Gom.hs +1/−1
- hgom.cabal +3/−3
Gom.hs view
@@ -36,7 +36,7 @@ #endif hgomVersion :: String-hgomVersion = "Version 0.5.2 - March 2009"+hgomVersion = "Version 0.5.3 - March 2009" -- | @main = getArgs >>= entryPoint@ main :: IO ()
hgom.cabal view
@@ -1,17 +1,17 @@ name: hgom-version: 0.5.2+version: 0.5.3 author: Paul Brauner and Emilie Balland maintainer: Paul Brauner <paul.brauner@inria.fr> copyright: (c) Paul Brauner 2009 (c) Emilie Balland 2009 (c) INRIA 2009-homepage: http://www.loria.fr/~brauner+homepage: http://github.com/polux/hgom synopsis: An haskell port of the java version of gom description: The executable hgom takes a module consisting of several abstract datatypes declarations as an input and ouputs java classes. It is meant to mimic the java version of Gom: <http://tom.loria.fr/wiki/index.php5/Documentation:Gom>.-category: Compilers/Interpreters+category: Compiler license: GPL license-file: COPYING cabal-version: >= 1.6.0