darcs 2.1.99.0 → 2.2.0
raw patch · 3 files changed
+11/−8 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README +3/−0
- darcs.cabal +7/−7
- release/distributed-context +1/−1
README view
@@ -69,6 +69,9 @@ <http://www.haskell.org/haskellwiki/Cabal/How_to_install_a_Cabal_package> including instructions on obtaining a copy of cabal-install. +Please also note that the cabal-based build by default requires the cURL+library (and development headers). If, for some reason, you cannot provide+cURL, please pass "-f-curl" to the configure step above. Hacking =======
darcs.cabal view
@@ -1,5 +1,5 @@ Name: darcs-version: 2.1.99.0+version: 2.2.0 License: GPL License-file: COPYING Author: David Roundy <droundy@darcs.net>, <darcs-users@darcs.net>@@ -306,7 +306,7 @@ extra-libraries: curl cpp-options: -DHAVE_CURL c-sources: src/hscurl.c- cc-options: -DHAVE_CURL -DPACKAGE_VERSION="2.1.99.0"+ cc-options: -DHAVE_CURL -DPACKAGE_VERSION="2.2.0" if flag(curl-pipelining) -- curl 7.19.1 has bug-free pipelining@@ -318,14 +318,14 @@ if flag(libwww) build-tools: libwww-config >= 5.0 c-sources: src/hslibwww.c- cc-options: -DHAVE_LIBWWW -DPACKAGE_VERSION="2.1.99.0"+ cc-options: -DHAVE_LIBWWW -DPACKAGE_VERSION="2.2.0" cpp-options: -DHAVE_LIBWWW x-have-libwww: else if flag(http) build-depends: network == 2.2.*, HTTP >= 3000.0 && < 3001.1- cpp-options: -DHAVE_HTTP -DPACKAGE_VERSION="2.1.99.0"+ cpp-options: -DHAVE_HTTP -DPACKAGE_VERSION="2.2.0" x-have-http: if flag(external-bytestring)@@ -445,7 +445,7 @@ extra-libraries: curl cpp-options: -DHAVE_CURL c-sources: src/hscurl.c- cc-options: -DHAVE_CURL -DPACKAGE_VERSION="2.1.99.0"+ cc-options: -DHAVE_CURL -DPACKAGE_VERSION="2.2.0" if flag(curl-pipelining) -- curl 7.19.1 has bug-free pipelining@@ -457,14 +457,14 @@ if flag(libwww) build-tools: libwww-config >= 5.0 c-sources: src/hslibwww.c- cc-options: -DHAVE_LIBWWW -DPACKAGE_VERSION="2.1.99.0"+ cc-options: -DHAVE_LIBWWW -DPACKAGE_VERSION="2.2.0" cpp-options: -DHAVE_LIBWWW x-have-libwww: else if flag(http) build-depends: network == 2.2.*, HTTP >= 3000.0 && < 3001.1- cpp-options: -DHAVE_HTTP -DPACKAGE_VERSION="2.1.99.0"+ cpp-options: -DHAVE_HTTP -DPACKAGE_VERSION="2.2.0" x-have-http: if flag(external-bytestring)
release/distributed-context view
@@ -1,1 +1,1 @@-Just "\nContext:\n\n[TAG 2.1.99.0\nPetr Rockai <me@mornfall.net>**20090110090422] \n"+Just "\nContext:\n\n[TAG 2.2.0\nPetr Rockai <me@mornfall.net>**20090115150916] \n"