Skip to content

Commit

Permalink
Disable some orphan warnings (only in tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jan 14, 2024
1 parent 26a87a4 commit 3762723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Test/History.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -Wno-orphans #-}

module Test.History(main) where

Expand Down
1 change: 1 addition & 0 deletions src/Test/Oracle.hs
@@ -1,5 +1,6 @@
{-# LANGUAGE TypeFamilies, ConstraintKinds, ScopedTypeVariables #-}
{-# LANGUAGE DeriveDataTypeable, TypeOperators, GeneralizedNewtypeDeriving #-}
{-# OPTIONS_GHC -Wno-orphans #-}

module Test.Oracle(main) where

Expand Down

0 comments on commit 3762723

Please sign in to comment.