haxr 3000.11.4 → 3000.11.4.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~base-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, base-compat
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- haxr.cabal +3/−3
CHANGES view
@@ -1,3 +1,7 @@+* 3000.11.4.1 (9 July 2020)++ - Support GHC-8.10+ * 3000.11.4 (24 January 2020) - Add support for <nil/> corresponding to unit () in Haskell
haxr.cabal view
@@ -1,5 +1,5 @@ Name: haxr-Version: 3000.11.4+Version: 3000.11.4.1 Cabal-version: >=1.10 Build-type: Simple Copyright: Bjorn Bringert, 2003-2006@@ -22,7 +22,7 @@ examples/test_client.hs examples/test_server.hs examples/time-xmlrpc-com.hs examples/validate.hs examples/Makefile Bug-reports: https://github.com/byorgey/haxr/issues-Tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.3 || ==8.8.1+Tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 Source-repository head type: git@@ -33,7 +33,7 @@ default: True Library- Build-depends: base >= 4.9 && < 4.14,+ Build-depends: base >= 4.9 && < 4.15, base-compat >= 0.8 && < 0.12, mtl, mtl-compat,