File tree Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.1.0
2+
3+ * Make it build with version 1.3.* of conduit.
Original file line number Diff line number Diff line change 1- name : http-proxy
2- version : 0.1.0.6
3- license : BSD3
4- license-file : LICENSE
5- author : Michael Snoyman, Erik de Castro Lopo
6- maintainer : erikd@mega-nerd.com
7- homepage : https://github.com/erikd/http-proxy
8- bug-reports : https://github.com/erikd/http-proxy/issues
9- category : Web
10- build-type : Simple
11- cabal-version : >= 1.10
12- stability : Experimental
1+ name : http-proxy
2+ version : 0.1.1.0
3+ license : BSD3
4+ license-file : LICENSE
5+ author : Michael Snoyman, Erik de Castro Lopo
6+ maintainer : erikd@mega-nerd.com
7+ homepage : https://github.com/erikd/http-proxy
8+ bug-reports : https://github.com/erikd/http-proxy/issues
9+ category : Web
10+ build-type : Simple
11+ cabal-version : >= 1.10
12+ stability : Experimental
13+ extra-source-files : ChangeLog.md Readme.md
1314
14- synopsis : A library for writing HTTP and HTTPS proxies
15-
16- source-repository head
17- type : git
18- location : https://github.com/erikd/http-proxy.git
15+ synopsis : A library for writing HTTP and HTTPS proxies
1916
2017description :
2118 http-proxy is a library for writing HTTP and HTTPS proxies.
@@ -29,6 +26,10 @@ description:
2926 a functions for exception reporting and request re-writing. Eventually, this
3027 capability will be expanded to allow optional logging, disk caching etc.
3128
29+ source-repository head
30+ type : git
31+ location : https://github.com/erikd/http-proxy.git
32+
3233library
3334 default-language : Haskell2010
3435 ghc-options : -Wall -fwarn-tabs
You can’t perform that action at this time.
0 commit comments