Bug fix for identical input files
{ | ||
"name": "currypp", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "The standard preprocessor of Curry", | ||
"category": [ "Analysis" ], | ||
"dependencies": { | ||
"cass-analysis": ">= 0.0.1", | ||
"cass-analysis": ">= 0.0.4", | ||
"cass" : ">= 0.0.1", | ||
"currycheck" : ">= 1.0.0", | ||
"verify" : ">= 0.0.1" | ||
... | ... | @@ -18,7 +18,7 @@ |
], | ||
"exportedModules": [ "Main" ], | ||
"executable": { | ||
"name": "curry-pp", | ||
"name": "currypp", | ||
"main": "Main" | ||
}, | ||
"testsuite": [ | ||
... | ... |
Please register or sign in to comment