network-arbitrary 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+20/−5 lines, 2 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- ChangeLog.md +16/−1
- network-arbitrary.cabal +4/−4
ChangeLog.md view
@@ -2,13 +2,28 @@ ## unreleased +## 1.0.0.1 -- 2024-05-26++### Added++* Support for base 4.20.0 and newer++### Deprecated++* GHC testing of 9.4+* GHC testing of 9.6++### Removed++* GHC testing for older than 9.4+ ## 1.0.0.0 -- 2024-04-24 ### Added * GHC testing for 9.2.*, 9.4.*, 9.6.*, 9.8.* * Support for base 4.15, 4.16, 4.17, 4.18, and 4.19-* Support for bytestring 0.11.1.0 and newer, and 0.12.1.0 and newer+* Support for bytestring 0.11.1.0 and newer, and 0.12.0.0 and newer * Support for QuickCheck 2.15 ### Changed
network-arbitrary.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: network-arbitrary-version: 1.0.0.0+version: 1.0.0.1 license: MIT license-file: LICENSE copyright: (c) 2018 Alex Brandt@@ -16,7 +16,7 @@ category: Testing tested-with:- GHC >=8.6 && <8.7 || >=8.8 && <8.9 || >=8.10.4 && <8.11 || >=9.2 && <9.3 || >=9.4 && <9.5 || >=9.6 && <9.7 || >=9.8 && <9.9+ GHC >=9.4 && <9.5 || >=9.6 && <9.7 || >=9.8 && <9.9 || >=9.10 && <9.11 extra-source-files: ChangeLog.md@@ -28,8 +28,8 @@ common network-arbitrary-common build-depends:- , base >=4.6 && <4.15 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.1.0- , bytestring >=0.10 && <0.11 || ^>=0.11.1.0 || ^>=0.12.1.0+ , base >=4.6 && <4.15 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0+ , bytestring >=0.10 && <0.11 || ^>=0.11.1.0 || ^>=0.12.0.0 , http-media >=0.6 && <0.9 , http-types >=0.9 && <0.13 , network-uri >=2.6 && <2.8