Skip to content

Commit

Permalink
Remove strict data from cabal files
Browse files Browse the repository at this point in the history
This may have triggered a regression in 0.20.2, and related to #1780
  • Loading branch information
tchoutri committed Sep 3, 2024
1 parent 6014370 commit 9286f4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ common extensions
RankNTypes
RecordWildCards
ScopedTypeVariables
StrictData
TupleSections
TypeApplications
TypeFamilies
Expand Down
1 change: 0 additions & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ common extensions
RankNTypes
RecordWildCards
ScopedTypeVariables
StrictData
TupleSections
TypeApplications
TypeFamilies
Expand Down

0 comments on commit 9286f4e

Please sign in to comment.