Add rewriting and flatcurry-annotated dependencies
{ | ||
"name": "icurry", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Bastian Kirchmayr <bki@informatik.uni-kiel.de>", | ||
"maintainer": "Jasper Paul Sikorra <jsi@informatik.uni-kiel.de>", | ||
"synopsis": "Intermediate language for the translation of Curry to imperative languages", | ||
... | ... | @@ -8,6 +8,8 @@ |
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"rewriting": "~> 0.0.1", | ||
"flatcurry-annotated": "~> 1.0.0" | ||
}, | ||
"source": { | ||
"git": "https://git.ps.informatik.uni-kiel.de/jsi1/icurry.git", | ||
... | ... |
Please register or sign in to comment