Disable warnings in Lint.hs for now

This commit is contained in:
John Wiegley 2018-04-15 23:00:02 -07:00
parent a0372918dd
commit 6f7f642b15

View file

@ -17,6 +17,7 @@
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -Wno-missing-methods #-}
module Nix.Lint where