diff options
author | Alp Mestanogullari <alpmestan@gmail.com> | 2019-04-15 13:52:34 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-30 20:35:35 -0400 |
commit | 37a4fd9715de4dad8033ea74483432c77818abf5 (patch) | |
tree | ab9a1860f5f0acfe84e8b14ac43302f3f718627c /hadrian | |
parent | 2988ef5e0334f9841bf23d905b0363a3b8a1a660 (diff) | |
download | haskell-37a4fd9715de4dad8033ea74483432c77818abf5.tar.gz |
Build Hadrian with -Werror in the 'ghc-in-ghci' CI job
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/ci.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hadrian/ci.project b/hadrian/ci.project new file mode 100644 index 0000000000..a3d14d6666 --- /dev/null +++ b/hadrian/ci.project @@ -0,0 +1,5 @@ +packages: ./ + ../libraries/Cabal/Cabal/ + +package hadrian + ghc-options: -Werror |