Skip to content

Commit

Permalink
Needed for older GHC/base
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed May 15, 2018
1 parent d22f4d9 commit 357c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnexceptionalIO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 35,7 @@ module UnexceptionalIO (
) where

import Data.Maybe (fromMaybe)
import Control.Applicative (Applicative(..), (<|>))
import Control.Applicative (Applicative(..), (<|>), (<$>))
import Control.Monad (liftM, ap, (<=<))
import Control.Monad.Fix (MonadFix(..))
#ifdef __GLASGOW_HASKELL__
Expand Down

0 comments on commit 357c7d1

Please sign in to comment.