Cabal revisions of fixed-vector-0.4.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: fixed-vector Version: 0.4.3.0+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.8, primitive Exposed-modules: -- API Hs-source-dirs: test Main-is: Doctests.hs Build-Depends:- base >=3 && <5,+ base >=3 && <4.8, primitive, -- Additional test dependencies. doctest == 0.9.*,