Skip to content

Commit

Permalink
Allow deprecations for now
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Dec 30, 2024
1 parent b7336f2 commit bf9a383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/General/Extra.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE ScopedTypeVariables, ConstraintKinds, GeneralizedNewtypeDeriving, ViewPatterns #-}
{-# OPTIONS_GHC -Wno-x-partial -Wno-unrecognised-warning-flags #-}
{-# OPTIONS_GHC -Wno-x-partial -Wno-unrecognised-warning-flags -Wno-deprecations #-}
-- ErrorCallWithLocation is deprecated in GHC 9.12, need to shift away from it sooner or later

module General.Extra(
getProcessorCount,
Expand Down

0 comments on commit bf9a383

Please sign in to comment.