Skip to content

Commit

Permalink
dump: Stop supressing a warning, use MonoLocalBinds
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 12, 2024
1 parent 1cbe6e0 commit 9e02ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macaw-dump/src/Data/Macaw/Dump.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE MonoLocalBinds #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-simplifiable-class-constraints #-}

module Data.Macaw.Dump
( main
Expand Down

0 comments on commit 9e02ae7

Please sign in to comment.