haskell-amqp-conduit: broken on GHC 7.8.x because of dependency on mtl 2.2.x
This commit is contained in:
parent
9c5d5b4e93
commit
02ff4444d7
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ self: super: {
|
|||
seqid = super.seqid_0_1_0;
|
||||
seqid-streams = super.seqid-streams_0_1_0;
|
||||
|
||||
# https://github.com/ivan-m/monad-levels/issues/1
|
||||
monad-levels = dontDistribute super.monad-levels;
|
||||
# Requires mtl 2.2.x: https://github.com/tatac1/amqp-conduit/issues/1
|
||||
amqp-conduit = markBroken super.amqp-conduit;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue