Skip to content

Commit a005d5c

Browse files
andrewthadbgamari
authored andcommitted
Change base bound to GHC bound in ifdef
1 parent 13ad4c0 commit a005d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Binary/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import Numeric.Natural
110110

111111
import qualified Data.Fixed as Fixed
112112

113-
#if MIN_VERSION_base(4,14,0)
113+
#if __GLASGOW_HASKELL__ >= 811
114114
import GHC.Exts (Levity(Lifted,Unlifted))
115115
#endif
116116

0 commit comments

Comments
 (0)