2014-10-14 00:45:38 +02:00
|
|
|
name: alea
|
2014-12-12 22:11:28 +01:00
|
|
|
version: 0.3.1.0
|
2014-10-14 00:45:38 +02:00
|
|
|
synopsis: a diceware passphrase generator
|
|
|
|
description:
|
|
|
|
|
|
|
|
Alea is a utility that helps you generate diceware passphrases.
|
|
|
|
You can choose to roll the dice on your own or let the program
|
|
|
|
generates the words for you.
|
|
|
|
|
|
|
|
homepage: https://github.com/Rnhmjoj/alea
|
2014-10-14 19:46:36 +02:00
|
|
|
license: MIT
|
2014-10-14 00:45:38 +02:00
|
|
|
license-file: LICENSE
|
|
|
|
author: Rnhmjoj
|
|
|
|
maintainer: micheleguerinirocco@me.com
|
|
|
|
copyright: (C) Michele Guerini Rocco 2014
|
|
|
|
category: Utility
|
|
|
|
build-type: Simple
|
|
|
|
extra-source-files: README.md, LICENSE
|
2014-10-14 18:09:38 +02:00
|
|
|
data-files: dict/diceware
|
2014-10-14 00:45:38 +02:00
|
|
|
cabal-version: >=1.10
|
|
|
|
|
|
|
|
executable alea
|
|
|
|
main-is: Main.hs
|
|
|
|
default-language: Haskell2010
|
|
|
|
other-modules: Paths_alea
|
|
|
|
other-extensions: DeriveDataTypeable, RecordWildCards
|
|
|
|
build-depends: base ==4.7.* , containers ==0.5.*,
|
2014-12-12 22:11:28 +01:00
|
|
|
argparser ==0.3.*, threefish == 0.2.*
|
2014-10-16 23:23:17 +02:00
|
|
|
ghc-options: -O2
|