Skip to content

Commit

Permalink
ghc-options
Browse files Browse the repository at this point in the history
  • Loading branch information
k0001 committed May 28, 2013
1 parent 20e5af5 commit e773ded
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pipes-network-tls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ executable pipes-network-tls-example-echo
, bytestring
, network-simple-tls
, network
, tls-extra == 0.6.1
, tls-extra
, tls
, certificate
, network-simple-tls
, pipes
, pipes-network-tls
, async
ghc-prof-options: -prof -fprof-auto
ghc-options: -O2 -threaded


executable pipes-network-tls-example-tunnel
Expand All @@ -93,4 +95,5 @@ executable pipes-network-tls-example-tunnel
, pipes
, pipes-network-tls
, async

ghc-prof-options: -prof -fprof-auto
ghc-options: -O2 -threaded

0 comments on commit e773ded

Please sign in to comment.