New version 0.3.0
This commit is contained in:
parent
a353ef98ba
commit
ce62dd418c
@ -1,5 +1,5 @@
|
|||||||
name: alea
|
name: alea
|
||||||
version: 0.2.1.0
|
version: 0.3.0.0
|
||||||
synopsis: a diceware passphrase generator
|
synopsis: a diceware passphrase generator
|
||||||
description:
|
description:
|
||||||
|
|
||||||
@ -25,5 +25,5 @@ executable alea
|
|||||||
other-modules: Paths_alea
|
other-modules: Paths_alea
|
||||||
other-extensions: DeriveDataTypeable, RecordWildCards
|
other-extensions: DeriveDataTypeable, RecordWildCards
|
||||||
build-depends: base ==4.7.* , containers ==0.5.*,
|
build-depends: base ==4.7.* , containers ==0.5.*,
|
||||||
cmdargs ==0.10.*, random ==1.1.*
|
cmdargs ==0.10.*, threefish == 0.2.*
|
||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
|
2
main.hs
2
main.hs
@ -9,7 +9,7 @@ import Alea.Diceware
|
|||||||
import Alea.Random
|
import Alea.Random
|
||||||
|
|
||||||
_NAME = "Alea"
|
_NAME = "Alea"
|
||||||
_VERSION = "0.2.1"
|
_VERSION = "0.3.0"
|
||||||
_INFO = _NAME ++ " version " ++ _VERSION
|
_INFO = _NAME ++ " version " ++ _VERSION
|
||||||
_ABOUT = "a diceware passphrase generator"
|
_ABOUT = "a diceware passphrase generator"
|
||||||
_COPYRIGHT = "(C) Michele Guerini Rocco 2014"
|
_COPYRIGHT = "(C) Michele Guerini Rocco 2014"
|
||||||
|
Loading…
Reference in New Issue
Block a user