From 45ee929b2d874b9e12c7e63bfbad3637189fe47f Mon Sep 17 00:00:00 2001 From: Aaron Tomb Date: Wed, 1 Aug 2018 14:39:56 -0700 Subject: [PATCH] Bump Cabal version to 2.6.1 now that 2.6.0 is out --- cryptol.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptol.cabal b/cryptol.cabal index 4a4d85fd..085597ce 100644 --- a/cryptol.cabal +++ b/cryptol.cabal @@ -1,5 +1,5 @@ Name: cryptol -Version: 2.6.0 +Version: 2.6.1 Synopsis: Cryptol: The Language of Cryptography Description: Cryptol is a domain-specific language for specifying cryptographic algorithms. A Cryptol implementation of an algorithm resembles its mathematical specification more closely than an implementation in a general purpose language. For more, see . License: BSD3