name: vector-read-instances
version: 0.0.2.0
author: Christian Hoener zu Siederdissen
maintainer: choener@tbi.univie.ac.at
copyright: Christian Hoener zu Siederdissen, 2011
homepage: http://www.tbi.univie.ac.at/~choener/
category: Data, Data Structures
synopsis: (deprecated) Read instances for 'Data.Vector'
license: BSD3
license-file: LICENSE
build-type: Simple
stability: experimental
cabal-version: >= 1.4.0
description:
Read instances for 'Data.Vector'. Right now, only for unboxed
vectors. Others should be easy to implement, though.
.
It is planned to have read instances included in the vector
library in the future. This release is only temporary.
.
vector >= 0.8 has Read instances for all immutable vectors.
library
build-depends:
base >= 4 && < 5,
vector
exposed-modules:
Data.Vector.Unboxed.Read
ghc-options:
-O2