Skip to content

Commit

Permalink
cabal: fix HTTP dep for -fcloud builds
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <as@fastly.com>
  • Loading branch information
Austin Seipp committed Jul 17, 2019
1 parent 011250c commit 5d8d0e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shake.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ library

if flag(cloud)
cpp-options: -DNETWORK
build-depends: network, network-uri
build-depends: network, network-uri, HTTP

if impl(ghc < 8.0)
build-depends: semigroups >= 0.18
Expand Down Expand Up @@ -231,7 +231,7 @@ executable shake

if flag(cloud)
cpp-options: -DNETWORK
build-depends: network, network-uri
build-depends: network, network-uri, HTTP

if impl(ghc < 8.0)
build-depends: semigroups >= 0.18
Expand Down Expand Up @@ -349,7 +349,7 @@ test-suite shake-test

if flag(cloud)
cpp-options: -DNETWORK
build-depends: network, network-uri
build-depends: network, network-uri, HTTP

if impl(ghc < 8.0)
build-depends: semigroups >= 0.18
Expand Down

0 comments on commit 5d8d0e5

Please sign in to comment.