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,
|
containers >= 0.1 && < 0.6,
|
||||||
HTTP >= 4000.0.5 && < 4000.3
|
HTTP >= 4000.0.5 && < 4000.3
|
||||||
if flag(network-uri)
|
if flag(network-uri)
|
||||||
Build-Depends: network-uri >= 2.6 && < 2.7
|
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
|
||||||
else
|
else
|
||||||
Build-Depends: network >= 2 && < 2.6
|
Build-Depends: network >= 2 && < 2.6
|
||||||
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
||||||
|
|
Loading…
Add table
Reference in a new issue