Skip to content

Commit fe136a6

Browse files
committed
Rename example directory to examples
1 parent c6fd4c0 commit fe136a6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.

Diff for: http-proxy.cabal

+9-9
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,23 @@ test-suite test-io
146146
, warp
147147
, warp-tls
148148

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

155155
build-depends: base
156+
, bytestring
156157
, http-proxy
158+
, network-uri
159+
, wai
157160

158-
executable request-rewrite-proxy
161+
executable simple-proxy
159162
default-language: Haskell2010
160163
ghc-options: -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
161-
hs-source-dirs: example
162-
main-is: request-rewrite-proxy.hs
164+
hs-source-dirs: examples
165+
main-is: simple-proxy.hs
163166

164167
build-depends: base
165-
, bytestring
166168
, http-proxy
167-
, network-uri
168-
, wai

0 commit comments

Comments
 (0)