Skip to content

Commit

Permalink
Added change log for 1.4.0, upgraded stack to LTS 11.7, and extended …
Browse files Browse the repository at this point in the history
…copyright notice to 2018
  • Loading branch information
rsasse committed May 7, 2018
1 parent 90b8677 commit ed14a32
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* 1.4.0
- Added support for XOR operations in Tamarin as a new built-in, as described in the CSF'2018 paper (https://hal.archives-ouvertes.fr/hal-01780544)

- Better mirror displays in equivalence mode

- Numerous bug fixes

* 1.2.3
- GUI shows warnings on load that previously were only shown on command line

Expand Down
2 changes: 1 addition & 1 deletion src/Main/Console.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ versionStr = unlines
[ programName
, " "
, showVersion version
, ", (C) David Basin, Cas Cremers, Jannik Dreier, Simon Meier, Ralf Sasse, Benedikt Schmidt, ETH Zurich 2010-2017"
, ", (C) David Basin, Cas Cremers, Jannik Dreier, Simon Meier, Ralf Sasse, Benedikt Schmidt, ETH Zurich 2010-2018"
]
, concat
[ "Git revision: "
Expand Down
1 change: 1 addition & 0 deletions src/Web/Handler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ import Web.Types
import Yesod.Core

import Control.Monad.Trans.Resource (runResourceT)
import Control.Monad.Trans.Unlift

import Data.Label
import Data.Maybe
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packages:
- lib/term/
- lib/utils/
extra-deps: []
resolver: lts-10.7
resolver: lts-11.7
1 change: 1 addition & 0 deletions tamarin-prover.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ executable tamarin-prover
, gitrev
, http-types
, lifted-base
, monad-unlift
, mtl
, parsec
, process
Expand Down

0 comments on commit ed14a32

Please sign in to comment.