packages feed

tamarin-prover 0.8.6.2 → 0.8.6.3

raw patch · 2 files changed

+17/−5 lines, 2 files

Files

data/CHANGES view
@@ -1,3 +1,15 @@+* 0.8.6.3+  - Fix some formatting issues in the tamarin-prover.cabal description,+    which were introduced in 0.8.6.2.++* 0.8.6.2+  - Change the package description because we now always recommend to build+    tamarin-prover from source and not by downloading a package to hackage.+    See the README on the development branch for installation instructions.++* 0.8.6.1+  - Tweak dependencies.+ * 0.8.6.0   - Incorporate a patch contributed by Ognjen Maric that improves reasoning     about injective facts in inductive proofs.
tamarin-prover.cabal view
@@ -1,7 +1,7 @@ cabal-version:      >= 1.8 build-type:         Simple name:               tamarin-prover-version:            0.8.6.2+version:            0.8.6.3 license:            GPL license-file:       LICENSE category:           Theorem Provers@@ -12,9 +12,10 @@ synopsis:           The Tamarin prover for security protocol analysis. description: -    **Note:** the tamarin-prover should be installed from source as described-    in its README at <https://github.com/tamarin-prover/tamarin-prover>.-+    Note that the @tamarin-prover@ should be installed from source as+    described in its README at+    <https://github.com/tamarin-prover/tamarin-prover>.+    .     The Tamarin prover is a tool for the analysis of security protocols. It     implements a constraint solving algorithm that supports both falsification     and verification of security protocols with respect to an unbounded number@@ -309,4 +310,3 @@ source-repository head   type:     git   location: https://github.com/tamarin-prover/tamarin-prover.git-