mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-30 06:02:02 +03:00
Types: fix base version check for MonadFail import again
This commit is contained in:
parent
08d193e76c
commit
08413fcb86
@ -89,7 +89,7 @@ import Data.Monoid (Monoid(..))
|
||||
import Lens.Micro (_1, _2, to, (^.), (&), (.~), Lens')
|
||||
import Lens.Micro.Type (Getting)
|
||||
import Control.Monad.Catch (MonadThrow, MonadCatch, MonadMask)
|
||||
#if !MIN_VERSION_base(4,12,0)
|
||||
#if !MIN_VERSION_base(4,13,0)
|
||||
import Control.Monad.Fail (MonadFail)
|
||||
#endif
|
||||
import Control.Monad.Trans.State.Lazy
|
||||
|
Loading…
Reference in New Issue
Block a user