Skip to content

Commit

Permalink
Remove irrelevant ghc options
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Nov 25, 2020
1 parent d07b194 commit 935a246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servant-exceptions-server/servant-exceptions-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library
, text
, wai
default-language: Haskell2010
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion servant-exceptions/servant-exceptions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
, servant
, text
default-language: Haskell2010
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat

source-repository head
type: git
Expand Down

0 comments on commit 935a246

Please sign in to comment.