cabal-version: 1.24 name: pipes-random version: 1.0.0.5 synopsis: Producers for handling randomness. description: Producers for handling randomness. license: BSD3 license-file: LICENSE author: Colin Woodbury maintainer: colin@fosskers.ca homepage: https://github.com/fosskers/pipes-random category: Control build-type: Simple extra-source-files: CHANGELOG.md library build-depends: base >= 4.8 && < 5 , mwc-random >= 0.13 , pipes >= 4.1 , vector >= 0.11 exposed-modules: Pipes.Random default-language: Haskell2010 ghc-options: -Wall