packages feed

himari-1.1.2.0: src/Himari/Prelude/FilePath.hs

{-# LANGUAGE Safe #-}
{-# LANGUAGE NoDerivingVia #-}
{-# LANGUAGE NoGeneralizedNewtypeDeriving #-}
{-# LANGUAGE NoTemplateHaskell #-}

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

import System.FilePath as Export hiding ((<.>))