Cabal revisions of fixed-vector-0.1.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: fixed-vector Version: 0.1.2.1+x-revision: 1 Synopsis: Generic vectors with fixed length Description: Generic vectors with fixed length. Package is structured as follows: 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.*,