packages feed

Cabal revisions of fixed-vector-0.7.0.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:           fixed-vector Version:        0.7.0.3+x-revision: 1 Synopsis:       Generic vectors with statically known size. Description:   Generic library for vectors with statically known Library   Ghc-options:          -Wall   Build-Depends:-    base >=3 && <5,+    base >=3 && <4.11,     primitive   Exposed-modules:     -- API   Hs-source-dirs: test   Main-is:        Doctests.hs   Build-Depends:-    base >=3 && <5,+    base >=3 && <4.11,     primitive,     -- Additional test dependencies.     doctest   == 0.9.*,