cabal-version: 3.0 name: reloto -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 2.1.0.20180829 category: Politic synopsis: Equiprobable draw from publicly verifiable random data. description: An equiprobable alternative to . extra-doc-files: license: AGPL-3.0-or-later license-file: LICENSES/AGPL-3.0-or-later.txt author: Julien Moutinho bug-reports: https://todo.hut.sourcephile.fr/~julm/reloto copyright: Julien Moutinho maintainer: https://lists.hut.sourcephile.fr/~julm/reloto stability: experimental build-type: Simple tested-with: GHC==8.6.5 extra-source-files: .envrc .reuse/dep5 cabal.project default.nix flake.lock flake.nix extra-tmp-files: source-repository head location: https://git.hut.sourcephile.fr/~julm/reloto type: git Library hs-source-dirs: src exposed-modules: Reloto Reloto.Bits Reloto.Combin Reloto.Draw Reloto.Random Reloto.Sequence Reloto.Tutorial default-language: Haskell2010 default-extensions: NoImplicitPrelude ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -- -fhide-source-paths build-depends: base >= 4.6 && < 5 Test-Suite reloto-tests type: exitcode-stdio-1.0 default-language: Haskell2010 default-extensions: ghc-options: -Wall hs-source-dirs: tests main-is: Main.hs other-modules: QuickCheck build-depends: reloto , base >= 4.6 && < 5 , containers >= 0.5 , QuickCheck >= 2.0 , tasty >= 0.11 , tasty-quickcheck , text >= 1.2 , transformers >= 0.5