Skip to content

Commit cd57e1b

Browse files
committed
Oops, had logic backwards for <> import
1 parent a764d0d commit cd57e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/RequesterT.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Data.Functor.Misc
2525
import Data.List (words)
2626
import Data.Map (Map)
2727
import qualified Data.Map as M
28-
#if MIN_VERSION_these(4,11,0)
28+
#if !MIN_VERSION_these(4,11,0)
2929
import Data.Semigroup ((<>))
3030
#endif
3131
import Data.Text (Text)

0 commit comments

Comments
 (0)