File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments