From 2ab603e865d48eb3adafb764a907ef6714832635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Tue, 3 Sep 2024 21:00:59 +0200 Subject: [PATCH] Remove strict data from servant{,-server}'s cabal files This has triggered a regression in 0.20.2, and closes #1780 --- servant-server/servant-server.cabal | 1 - servant/servant.cabal | 1 - 2 files changed, 2 deletions(-) diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index fccd29968..52b170421 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -70,7 +70,6 @@ common extensions RankNTypes RecordWildCards ScopedTypeVariables - StrictData TupleSections TypeApplications TypeFamilies diff --git a/servant/servant.cabal b/servant/servant.cabal index cbb344067..2296e051f 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -58,7 +58,6 @@ common extensions RankNTypes RecordWildCards ScopedTypeVariables - StrictData TupleSections TypeApplications TypeFamilies