Skip to content

Commit

Permalink
Orphan instances in executables are harmless.
Browse files Browse the repository at this point in the history
  • Loading branch information
kindaro committed Sep 6, 2022
1 parent e39a511 commit 1bfc094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cabal-prettify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ executable cabal-prettify
hs-source-dirs: executables/cabal-prettify
main-is: Main.hs
build-depends: cabal-prettify
ghc-options: -Wno-orphans

test-suite checks
import: commons
Expand Down
2 changes: 0 additions & 2 deletions executables/cabal-prettify/Main.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# options_ghc -Wno-orphans #-}

module Main where

import Prelude
Expand Down

0 comments on commit 1bfc094

Please sign in to comment.