Skip to content

Commit

Permalink
Fix older GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed May 16, 2024
1 parent f1cdc9e commit 4d6159b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options/Applicative/Builder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module Options.Applicative.Builder (

import Control.Applicative
#if __GLASGOW_HASKELL__ <= 802
import Data.Semigroup hiding (option)
import Data.Semigroup hiding (Option, option)
#endif
import Data.String (fromString, IsString)

Expand Down

0 comments on commit 4d6159b

Please sign in to comment.