packages feed

dice2tex-0.1.0.1: dice2tex.cabal

-- Initial dice2tex.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                dice2tex
version:             0.1.0.1
synopsis:            Convert a Diceware wordlist into a printer-ready LaTeX file.
description:         Diceware is a convenient way of generating secure and easy to remember passphrases. The idea is to throw a dice multiple times in order to draw a word from a list at random. The generated words are then concatenated, forming a passphrase.
                     .
                     This program aims to generate a pretty LaTeX document for printing. The document is optimized for human usage, where in each page the first two throws (or only the first one, depending on the lenght of the list) are the same.
license:             GPL-3
license-file:        LICENSE
author:              Marcelo Garlet Millani
maintainer:          marcelogmillani@gmail.com
-- copyright:
category:            Text
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable dice2tex
  main-is:             Main.hs
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.9 && <4.10
  hs-source-dirs:      src
  default-language:    Haskell2010