remove ifdef that is always true
cabal file has a depends on exceptions 0.6.0
This commit is contained in:
parent
4fcf65cda3
commit
66a6879dcf
1 changed files with 0 additions and 2 deletions
2
Annex.hs
2
Annex.hs
|
@ -85,9 +85,7 @@ newtype Annex a = Annex { runAnnex :: ReaderT (MVar AnnexState) IO a }
|
||||||
MonadReader (MVar AnnexState),
|
MonadReader (MVar AnnexState),
|
||||||
MonadCatch,
|
MonadCatch,
|
||||||
MonadThrow,
|
MonadThrow,
|
||||||
#if MIN_VERSION_exceptions(0,6,0)
|
|
||||||
MonadMask,
|
MonadMask,
|
||||||
#endif
|
|
||||||
Functor,
|
Functor,
|
||||||
Applicative
|
Applicative
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue