Skip to content

Commit 073b992

Browse files
committed
Version 0.1.1.0
1 parent 7d636f1 commit 073b992

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.1.0
2+
3+
* Make it build with version 1.3.* of conduit.

http-proxy.cabal

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
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

2017
description:
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+
3233
library
3334
default-language: Haskell2010
3435
ghc-options: -Wall -fwarn-tabs

0 commit comments

Comments
 (0)