packages feed

fixed-vector-2.1.0.0: Data/Vector/Fixed/Compat.hs

{-# LANGUAGE CPP #-}
-- | Compatibility for old GHC
module Data.Vector.Fixed.Compat
  (
#if MIN_VERSION_base(4,17,0)
  type(~)
#endif
  ) where