examples/HDBC/Oracle: add -Wall.

This commit is contained in:
Kei Hibino 2018-06-30 12:21:38 +09:00
parent 47a6576067
commit 166201b9ec

View File

@ -21,3 +21,4 @@ executable hrr-oracle-example
, template-haskell
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall