Imports updated
... | ... | @@ -5,10 +5,11 @@ |
"synopsis": "A library to use Constraint Handling Rules in Curry programs", | ||
"category": [ "Constraints" ], | ||
"dependencies": { | ||
"flatcurry": ">= 2.0.0", | ||
"prolog" : ">= 1.0.0", | ||
"wl-pprint": ">= 0.0.1", | ||
"xml" : ">= 2.0.0" | ||
"flatcurry" : ">= 2.0.0", | ||
"prolog" : ">= 1.0.0", | ||
"redblacktree" : ">= 0.0.1", | ||
"wl-pprint" : ">= 0.0.1", | ||
"xml" : ">= 2.0.0" | ||
}, | ||
"exportedModules": [ "CHR" ], | ||
"description": "This library an implementation of Constraints Handling | ||
... | ... |
Please register or sign in to comment