add transformers to setup-depends
per Peter Simons: Setup.hs depends on 'transformers' for versions of base prior to 4.9.x so that Control.Monad.IO.Class can be included. Just adding the library to 'setup-depends' fixes the build with older compilers like GHC 7.10.3.
This commit is contained in:
parent
14557a3ff6
commit
841788cad4
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ source-repository head
|
|||
custom-setup
|
||||
Setup-Depends: base (>= 4.6), hslogger, split, unix-compat, process,
|
||||
filepath, exceptions, bytestring, directory, IfElse, data-default,
|
||||
utf8-string, Cabal
|
||||
utf8-string, transformers, Cabal
|
||||
|
||||
Executable git-annex
|
||||
Main-Is: git-annex.hs
|
||||
|
|
Loading…
Reference in a new issue