packages feed

choose-0.1.0.0: choose.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           choose
version:        0.1.0.0
synopsis:       Choose random elements from a stream.
description:    Provides an efficient mechanism to select /n/ items uniformly at random from an input stream, for some fixed /n/.
category:       Random
author:         Chris Martin <ch.martin@gmail.com>
maintainer:     Chris Martin <ch.martin@gmail.com>
license:        Apache-2.0
license-file:   license.txt
build-type:     Simple
cabal-version:  >= 1.10

library
  hs-source-dirs:
      .
  ghc-options: -Wall -fwarn-unused-imports
  build-depends:
      base >= 4.7 && < 5
    , MonadRandom
  exposed-modules:
      Data.Random.Choose
      Data.Random.Choose.Tree
      Data.Random.Choose.IO
  other-modules:
      Paths_choose
  default-language: Haskell2010