From 726b0b4ac1c253934a21aeb0e3c97571d9ece204 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Mon, 14 Mar 2022 18:09:16 +0100 Subject: [PATCH] Remove outdated comments on Windows extra-libraries Follow-up to #500, which removed the gcc_s extra-library dependency. --- bytestring.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/bytestring.cabal b/bytestring.cabal index 9b2c57682..96ce10e9a 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -135,9 +135,6 @@ library -- DNDEBUG disables asserts in cbits/ cc-options: -std=c11 -DNDEBUG=1 - -- Required, due to the following issues: - -- * https://gitlab.haskell.org/ghc/ghc/-/issues/20525#note_385580 - -- * https://gitlab.haskell.org/ghc/ghc/-/issues/19417 if os(windows) extra-libraries: gcc