Adde network dependency under network-uri flag in test section.
This commit is contained in:
parent
47898c54af
commit
7ac1b6b022
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ Executable pandoc
|
|||
containers >= 0.1 && < 0.6,
|
||||
HTTP >= 4000.0.5 && < 4000.3
|
||||
if flag(network-uri)
|
||||
Build-Depends: network-uri >= 2.6 && < 2.7
|
||||
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
|
||||
else
|
||||
Build-Depends: network >= 2 && < 2.6
|
||||
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
||||
|
|
Loading…
Reference in a new issue