name: pipes-random version: 1.0.0.4 x-revision: 2 synopsis: Producers for handling randomness. description: Producers for handling randomness. license: BSD3 license-file: LICENSE author: Colin Woodbury maintainer: colingw@gmail.com homepage: https://github.com/fosskers/pipes-random -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Pipes.Random -- other-modules: -- other-extensions: build-depends: base >=4.8 && < 4.12 , mwc-random >= 0.13 && < 0.15 , pipes >= 4.1 && < 4.4 , vector >= 0.11 && < 0.13 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall