From ce62dd418c020e1e9b4ede59a4309189e157c824 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Mon, 20 Oct 2014 16:54:51 +0200 Subject: [PATCH] New version 0.3.0 --- alea.cabal | 4 ++-- main.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alea.cabal b/alea.cabal index 038bc20..de95e6c 100644 --- a/alea.cabal +++ b/alea.cabal @@ -1,5 +1,5 @@ name: alea -version: 0.2.1.0 +version: 0.3.0.0 synopsis: a diceware passphrase generator description: @@ -25,5 +25,5 @@ executable alea other-modules: Paths_alea other-extensions: DeriveDataTypeable, RecordWildCards build-depends: base ==4.7.* , containers ==0.5.*, - cmdargs ==0.10.*, random ==1.1.* + cmdargs ==0.10.*, threefish == 0.2.* ghc-options: -O2 diff --git a/main.hs b/main.hs index ba33688..04b9973 100644 --- a/main.hs +++ b/main.hs @@ -9,7 +9,7 @@ import Alea.Diceware import Alea.Random _NAME = "Alea" -_VERSION = "0.2.1" +_VERSION = "0.3.0" _INFO = _NAME ++ " version " ++ _VERSION _ABOUT = "a diceware passphrase generator" _COPYRIGHT = "(C) Michele Guerini Rocco 2014"