name: vector version: 0.12.0.2 id: vector-0.12.0.2-H1Eu1OCXL0L9y980iV8EwU key: vector-0.12.0.2-H1Eu1OCXL0L9y980iV8EwU license: BSD-3-Clause copyright: (c) Roman Leshchinskiy 2008-2012 maintainer: Haskell Libraries Team author: Roman Leshchinskiy homepage: https://github.com/haskell/vector synopsis: Efficient Arrays description: . An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . . It is structured as follows: . ["Data.Vector"] Boxed vectors of arbitrary types. . ["Data.Vector.Unboxed"] Unboxed vectors with an adaptive representation based on data type families. . ["Data.Vector.Storable"] Unboxed vectors of 'Storable' types. . ["Data.Vector.Primitive"] Unboxed vectors of primitive types as defined by the @primitive@ package. "Data.Vector.Unboxed" is more flexible at no performance cost. . ["Data.Vector.Generic"] Generic interface to the vector types. . There is also a (draft) tutorial on common uses of vector. . * category: Data, Data Structures abi: 97bbe65e76466c22d292f348a946915f exposed: True exposed-modules: Data.Vector Data.Vector.Fusion.Bundle Data.Vector.Fusion.Bundle.Monadic Data.Vector.Fusion.Bundle.Size Data.Vector.Fusion.Stream.Monadic Data.Vector.Fusion.Util Data.Vector.Generic Data.Vector.Generic.Base Data.Vector.Generic.Mutable Data.Vector.Generic.Mutable.Base Data.Vector.Generic.New Data.Vector.Internal.Check Data.Vector.Mutable Data.Vector.Primitive Data.Vector.Primitive.Mutable Data.Vector.Storable Data.Vector.Storable.Internal Data.Vector.Storable.Mutable Data.Vector.Unboxed Data.Vector.Unboxed.Base Data.Vector.Unboxed.Mutable import-dirs: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/lib/x86_64-linux-ghc-8.6.3/vector-0.12.0.2-H1Eu1OCXL0L9y980iV8EwU library-dirs: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/lib/x86_64-linux-ghc-8.6.3/vector-0.12.0.2-H1Eu1OCXL0L9y980iV8EwU dynamic-library-dirs: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/lib/x86_64-linux-ghc-8.6.3 data-dir: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/share/x86_64-linux-ghc-8.6.3/vector-0.12.0.2 hs-libraries: HSvector-0.12.0.2-H1Eu1OCXL0L9y980iV8EwU include-dirs: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/lib/x86_64-linux-ghc-8.6.3/vector-0.12.0.2-H1Eu1OCXL0L9y980iV8EwU/include depends: base-4.12.0.0 deepseq-1.4.4.0 ghc-prim-0.5.3 primitive-0.6.4.0-1mvPxVOk6Q6KOkWCZxqESf haddock-interfaces: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/share/doc/x86_64-linux-ghc-8.6.3/vector-0.12.0.2/html/vector.haddock haddock-html: /var/lib/jenkins/workspace/JHCR/.cabal-sandbox/share/doc/x86_64-linux-ghc-8.6.3/vector-0.12.0.2/html