We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a141a2 commit 97c1c20Copy full SHA for 97c1c20
reflex-dom/src/Reflex/Dom/Internal.hs
@@ -4,7 +4,9 @@
4
{-# LANGUAGE OverloadedStrings #-}
5
{-# LANGUAGE RankNTypes #-}
6
{-# LANGUAGE TypeFamilies #-}
7
+#if MIN_VERSION_base(4,16,0)
8
{-# LANGUAGE UnliftedDatatypes #-}
9
+#endif
10
11
module Reflex.Dom.Internal
12
( module Main
0 commit comments