logict 0.4.1 → 0.4.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, mtl
API changes (from Hackage documentation)
Files
- logict.cabal +2/−2
logict.cabal view
@@ -1,5 +1,5 @@ Name: logict-Version: 0.4.1+Version: 0.4.2 Description: A continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper "Backtracking, Interleaving, and Terminating@@ -16,7 +16,7 @@ Stability: Experimental Tested-With: GHC-Build-Depends: base >=2 && < 5, mtl>=1.0.1 && <1.2+Build-Depends: base >=2 && < 5, mtl>=1.0.1 && <2.1 Build-Type: Simple Exposed-Modules: Control.Monad.Logic,