Dependency to wl-pprint added
... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
"synopsis": "A JSON library for Curry", | "synopsis": "A JSON library for Curry", | ||
"category": [ "Data", "Web" ], | "category": [ "Data", "Web" ], | ||
"dependencies": { | "dependencies": { | ||
"det-parse": "= 0.0.1" | "det-parse": "= 0.0.1", | ||
"wl-pprint": ">= 0.0.1" | |||
}, | }, | ||
"compilerCompatibility": { | "compilerCompatibility": { | ||
"pakcs": ">= 2.0.0", | "pakcs": ">= 2.0.0", | ||
... | ... |
Please register or sign in to comment