packages feed

pregame-1.0.0.1: src/Pregame/Vector.hs

module Pregame.Vector
  ( module X
  ) where

import Data.Vector as X
  ( Vector
  )