packages feed

alea 0.2.1.0 → 0.3.0.0

raw patch · 2 files changed

+3/−3 lines, 2 filesdep +threefishdep −random

Dependencies added: threefish

Dependencies removed: random

Files

Main.hs view
@@ -9,7 +9,7 @@ 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"
alea.cabal view
@@ -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 @@   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