author: Julien Moutinho build-type: Simple cabal-version: >= 1.10 category: Language description: An equiprobable alternative to . extra-source-files: extra-tmp-files: license: GPL-3 license-file: COPYING maintainer: Julien Moutinho name: htirage stability: experimental synopsis: Equiprobable draw from publicly verifiable random data. tested-with: GHC==8.0.2 version: 1.20170804 source-repository head location: git://git.autogeree.net/htirage type: git Library exposed-modules: Htirage Htirage.Bits Htirage.Combin Htirage.Draw Htirage.Random Htirage.Tutorial default-language: Haskell2010 default-extensions: ghc-options: -Wall -fno-warn-tabs build-depends: base >= 4.6 && < 5 Test-Suite htirage-test type: exitcode-stdio-1.0 default-language: Haskell2010 default-extensions: ghc-options: -Wall -fno-warn-tabs hs-source-dirs: test main-is: Main.hs other-modules: QuickCheck build-depends: base >= 4.6 && < 5 , containers >= 0.5 && < 0.6 , htirage , QuickCheck >= 2.0 , tasty >= 0.11 , tasty-quickcheck , text , transformers >= 0.4 && < 0.6