]> Git — Sourcephile - reloto.git/blob - htirage.cabal
init
[reloto.git] / htirage.cabal
1 author: Julien Moutinho <julm+htirage@autogeree.net>
2 build-type: Simple
3 cabal-version: >= 1.10
4 category: Language
5 description: An alternative to <https://tools.ietf.org/html/rfc3797 Publicly Verifiable Nominations Committee (NomCom) Random Selection>.
6 extra-source-files:
7 extra-tmp-files:
8 license: GPL-3
9 license-file: COPYING
10 maintainer: Julien Moutinho <julm+htirage@autogeree.net>
11 name: htirage
12 stability: experimental
13 synopsis: Draw from equiprobable random data publicly verifiable.
14 tested-with: GHC==8.0.2
15 version: 1.20170719
16
17 source-repository head
18 location: git://git.autogeree.net/htirage
19 type: git
20
21 Library
22 exposed-modules:
23 Htirage
24 default-language: Haskell2010
25 default-extensions:
26 ghc-options: -Wall -fno-warn-tabs
27 build-depends:
28 base >= 4.6 && < 5