Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion orphans/Generic/Data/Orphans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
-- | Orphan instances.
--
-- The orphan instances in this module have been upstreamed in base 4.21 (GHC 9.12).
-- The base_orphans package includes these instances from version 0.9.3 onward.
-- This module is empty starting from that version. It remains for backwards compatiblity.

module Generic.Data.Orphans where

#if __GLASGOW_HASKELL__ < 912
#if __GLASGOW_HASKELL__ < 912 && !MIN_VERSION_base_orphans(0,9,3)
import Data.Functor.Classes
import Data.Orphans ()
import Data.Semigroup
Expand Down