Adapt to version3, add Data.Tuple.Extra for the moment
Showing
... | ... | @@ -14,12 +14,14 @@ |
PAKCS/KiCS2 distributions.", | ||
"category": [ "Rewriting", "Narrowing" ], | ||
"dependencies": { | ||
"abstract-curry": ">= 3.0.0", | ||
"base" : ">= 2.0.0" | ||
"base" : ">= 3.0.0, < 4.0.0", | ||
"abstract-curry": ">= 3.0.0, < 4.0.0", | ||
"containers" : ">= 3.0.0, < 4.0.0", | ||
"transformers" : ">= 3.0.0, < 4.0.0" | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 2.0.0", | ||
"kics2": ">= 2.0.0" | ||
"pakcs": ">= 3.0.0, < 4.0.0", | ||
"kics2": ">= 3.0.0, < 4.0.0" | ||
}, | ||
"exportedModules": [ | ||
"Rewriting.CriticalPairs", "Rewriting.Narrowing", "Rewriting.Strategy", | ||
... | ... |
src/Data/Tuple/Extra.curry
0 → 100644
Please register or sign in to comment