Skip to content
Snippets Groups Projects
Commit a005d5ca authored by Andrew Martin's avatar Andrew Martin Committed by Ben Gamari
Browse files

Change base bound to GHC bound in ifdef

parent 13ad4c0c
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ import Numeric.Natural
import qualified Data.Fixed as Fixed
#if MIN_VERSION_base(4,14,0)
#if __GLASGOW_HASKELL__ >= 811
import GHC.Exts (Levity(Lifted,Unlifted))
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment