Name: repa-stream Version: 4.2.3.1 License: BSD3 License-file: LICENSE Author: The Repa Development Team Maintainer: Ben Lippmeier Build-Type: Simple Cabal-Version: >=1.6 Stability: experimental Category: Data Structures Homepage: http://repa.ouroborus.net Bug-reports: repa@ouroborus.net Description: Stream functions not present in the vector library. Synopsis: Stream functions not present in the vector library. source-repository head type: git location: https://github.com/DDCSF/repa.git Library build-Depends: base == 4.9.*, vector == 0.10.*, primitive == 0.6.*, mtl == 2.2.*, repa-scalar == 4.2.3.* exposed-modules: Data.Repa.Chain Data.Repa.Stream Data.Repa.Vector.Generic Data.Repa.Vector.Unboxed other-modules: Data.Repa.Chain.Base Data.Repa.Chain.Scan Data.Repa.Chain.Weave Data.Repa.Chain.Folds Data.Repa.Stream.Compact Data.Repa.Stream.Concat Data.Repa.Stream.Dice Data.Repa.Stream.Extract Data.Repa.Stream.Insert Data.Repa.Stream.Merge Data.Repa.Stream.Pad Data.Repa.Stream.Ratchet Data.Repa.Stream.Replicate Data.Repa.Stream.Segment include-dirs: include install-includes: repa-stream.h ghc-options: -Wall -fno-warn-missing-signatures -O2 extensions: CPP NoMonomorphismRestriction ExistentialQuantification BangPatterns FlexibleContexts PatternGuards MultiWayIf ScopedTypeVariables