packages feed

himari-1.0.0.2: src/Himari/Prelude/Generics.hs

-- | "GHC.Generics" re-exports, hiding symbols that conflict with "Control.Lens".
module Himari.Prelude.Generics
  ( module Export
  ) where

import GHC.Generics as Export hiding (from, to)