Skip to content

Commit

Permalink
Export V_UnboxViaPrim to be able to use DerivingVia
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Oct 12, 2022
1 parent 00a2d35 commit f47a568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/src/Data/Vector/Unboxed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

module Data.Vector.Unboxed (
-- * Unboxed vectors
Vector(V_UnboxAs), MVector(..), Unbox,
Vector(V_UnboxAs, V_UnboxViaPrim), MVector(..), Unbox,

-- * Accessors

Expand Down

0 comments on commit f47a568

Please sign in to comment.