Skip to content

Commit

Permalink
Suppress -Werror in src/test/Stack/StoreSpec.hs
Browse files Browse the repository at this point in the history
th-utilities emits a warning that cannot be fixed or
disabled, so at least this way it won't break --pedantic
  • Loading branch information
borsboom committed May 31, 2016
1 parent c8cd107 commit 6a1f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Stack/StoreSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -fno-warn-orphans -Wwarn #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE RankNTypes #-}
Expand Down

0 comments on commit 6a1f16e

Please sign in to comment.