diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..80d4a0f --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,3 @@ +## 0.1.1.0 + +* Make it build with version 1.3.* of conduit. diff --git a/http-proxy.cabal b/http-proxy.cabal index eefff07..82d48fd 100644 --- a/http-proxy.cabal +++ b/http-proxy.cabal @@ -1,21 +1,18 @@ -name: http-proxy -version: 0.1.0.6 -license: BSD3 -license-file: LICENSE -author: Michael Snoyman, Erik de Castro Lopo -maintainer: erikd@mega-nerd.com -homepage: https://github.com/erikd/http-proxy -bug-reports: https://github.com/erikd/http-proxy/issues -category: Web -build-type: Simple -cabal-version: >= 1.10 -stability: Experimental +name: http-proxy +version: 0.1.1.0 +license: BSD3 +license-file: LICENSE +author: Michael Snoyman, Erik de Castro Lopo +maintainer: erikd@mega-nerd.com +homepage: https://github.com/erikd/http-proxy +bug-reports: https://github.com/erikd/http-proxy/issues +category: Web +build-type: Simple +cabal-version: >= 1.10 +stability: Experimental +extra-source-files: ChangeLog.md Readme.md -synopsis: A library for writing HTTP and HTTPS proxies - -source-repository head - type: git - location: https://github.com/erikd/http-proxy.git +synopsis: A library for writing HTTP and HTTPS proxies description: http-proxy is a library for writing HTTP and HTTPS proxies. @@ -29,6 +26,10 @@ description: a functions for exception reporting and request re-writing. Eventually, this capability will be expanded to allow optional logging, disk caching etc. +source-repository head + type: git + location: https://github.com/erikd/http-proxy.git + library default-language: Haskell2010 ghc-options: -Wall -fwarn-tabs