Cabal revisions of prim-array-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: prim-array version: 0.2+x-revision: 1 synopsis: Primitive byte array with type variable homepage: https://github.com/andrewthad/prim-array#readme license: BSD3 Data.Primitive.PrimRef build-depends: base >= 4.9 && < 5- , primitive >= 0.6 && < 0.7+ , primitive >= 0.6 && < 0.6.4 , ghc-prim >= 0.5 && < 0.6 default-language: Haskell2010