8000 Disable warnings about orphan instances. · packetloop/haskell-cpython@dc010f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc010f2

Browse files
committed
Disable warnings about orphan instances.
1 parent 620afaa commit dc010f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ source-repository this
3333
tag: haskell-cpython_3.1.3
3434

3535
library
36-
ghc-options: -Wall -O2
36+
ghc-options: -Wall -O2 -fno-warn-orphans
3737
cc-options: -fPIC
3838
hs-source-dirs: lib
3939

0 commit comments

Comments
 (0)
0