Dependency added
... | @@ -5,7 +5,8 @@ | ... | @@ -5,7 +5,8 @@ |
"synopsis": "A library to use Constraint Handling Rules in Curry programs", | "synopsis": "A library to use Constraint Handling Rules in Curry programs", | ||
"category": [ "Constraints" ], | "category": [ "Constraints" ], | ||
"dependencies": { | "dependencies": { | ||
"prolog": ">= 1.0.0" | "flatcurry": ">= 2.0.0", | ||
"prolog" : ">= 1.0.0" | |||
}, | }, | ||
"exportedModules": [ "CHR" ], | "exportedModules": [ "CHR" ], | ||
"description": "This library an implementation of Constraints Handling | "description": "This library an implementation of Constraints Handling | ||
... | ... |
Please register or sign in to comment