2 -- PVP:  +-+------- breaking API changes
 
   3 --       | | +----- non-breaking API additions
 
   4 --       | | | +--- code changes with no API change
 
   5 version: 2.1.0.20180829
 
   7 synopsis: Equiprobable draw from publicly verifiable random data.
 
   8 description: An equiprobable alternative to <https://tools.ietf.org/html/rfc3797 Publicly Verifiable Nominations Committee (NomCom) Random Selection>.
 
  12 stability: experimental
 
  13 author:      Julien Moutinho <julm+htirage@autogeree.net>
 
  14 maintainer:  Julien Moutinho <julm+htirage@autogeree.net>
 
  15 bug-reports: Julien Moutinho <julm+htirage@autogeree.net>
 
  18 cabal-version: >= 1.10
 
  19 tested-with: GHC==8.4.3
 
  24 source-repository head
 
  25  location: git://git.autogeree.net/htirage
 
  37   default-language: Haskell2010
 
  42     -Wincomplete-uni-patterns
 
  43     -Wincomplete-record-updates
 
  45     -- -fhide-source-paths
 
  49 Test-Suite htirage-test
 
  50   type: exitcode-stdio-1.0
 
  51   default-language: Haskell2010
 
  53   ghc-options: -Wall -fno-warn-tabs