Cabal revisions of nonempty-vector-0.2.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 3.0 name: nonempty-vector version: 0.2.4+-- Delete the x-revision field when you bump the version+x-revision: 1 synopsis: Non-empty vectors description: Performant, non-empty mutable and immutable vectors homepage: https://github.com/emilypi/nonempty-vector README.md tested-with:- GHC ==9.4.4- || ==9.6.6+ GHC ==9.4.8+ || ==9.6.7 || ==9.8.4- || ==9.10.1- || ==9.12.1+ || ==9.10.3+ || ==9.12.4+ || ==9.14.1 source-repository head type: git Data.Vector.NonEmpty.Mutable build-depends:- base >=4.16 && <4.22+ base >=4.16 && <4.23 , deepseq , primitive >=0.6 && <0.10 , vector >=0.12 && <0.14 type: exitcode-stdio-1.0 main-is: Main.hs build-depends:- base >=4.16 && <4.22+ base >=4.16 && <4.23 , nonempty-vector , QuickCheck , tasty