network 3.1.2.3 → 3.1.2.4
raw patch · 2 files changed
+6/−1 lines, 2 files
Files
- CHANGELOG.md +5/−0
- network.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+## Version 3.1.2.4++* Regenerate `configure` script with autoconf-2.69 to temporarily fix broken cabal-3.4.0.0 on Windows. Note that the old one was generated with autoconf-2.71.+ [#513](https://github.com/haskell/network/issues/513)+ ## Version 3.1.2.3 * Supporting M1 Mac
network.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: network-version: 3.1.2.3+version: 3.1.2.4 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto, Evan Borden