File tree 3 files changed +9
-9
lines changed
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
146
146
, warp
147
147
, warp-tls
148
148
149
- executable simple -proxy
149
+ executable request-rewrite -proxy
150
150
default-language : Haskell2010
151
151
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
154
154
155
155
build-depends : base
156
+ , bytestring
156
157
, http-proxy
158
+ , network-uri
159
+ , wai
157
160
158
- executable request-rewrite -proxy
161
+ executable simple -proxy
159
162
default-language : Haskell2010
160
163
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
163
166
164
167
build-depends : base
165
- , bytestring
166
168
, http-proxy
167
- , network-uri
168
- , wai
You can’t perform that action at this time.
0 commit comments