Skip to content

Commit

Permalink
Remove unnecessary pragma
Browse files Browse the repository at this point in the history
Newer hspec-discover seems to include an export list.
  • Loading branch information
pbrisbin committed Jan 10, 2025
1 parent 89a9b92 commit e05e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Spec.hs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{-# OPTIONS_GHC -F -pgmF hspec-discover -Wno-missing-export-lists #-}
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}

0 comments on commit e05e6fe

Please sign in to comment.