Skip to content

Commit

Permalink
Rename example directory to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Apr 21, 2019
1 parent c6fd4c0 commit fe136a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions http-proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -146,23 +146,23 @@ test-suite test-io
, warp
, warp-tls

executable simple-proxy
executable request-rewrite-proxy
default-language: Haskell2010
ghc-options: -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
hs-source-dirs: example
main-is: simple-proxy.hs
hs-source-dirs: examples
main-is: request-rewrite-proxy.hs

build-depends: base
, bytestring
, http-proxy
, network-uri
, wai

executable request-rewrite-proxy
executable simple-proxy
default-language: Haskell2010
ghc-options: -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
hs-source-dirs: example
main-is: request-rewrite-proxy.hs
hs-source-dirs: examples
main-is: simple-proxy.hs

build-depends: base
, bytestring
, http-proxy
, network-uri
, wai

0 comments on commit fe136a6

Please sign in to comment.