We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b6325 commit 94e46c8Copy full SHA for 94e46c8
orphans/Generic/Data/Orphans.hs
@@ -9,11 +9,12 @@
9
-- | Orphan instances.
10
--
11
-- The orphan instances in this module have been upstreamed in base 4.21 (GHC 9.12).
12
+-- The base_orphans package includes these instances from version 0.9.3 onward.
13
-- This module is empty starting from that version. It remains for backwards compatiblity.
14
15
module Generic.Data.Orphans where
16
-#if __GLASGOW_HASKELL__ < 912
17
+#if __GLASGOW_HASKELL__ < 912 && !MIN_VERSION_base_orphans(0,9,3)
18
import Data.Functor.Classes
19
import Data.Orphans ()
20
import Data.Semigroup
0 commit comments