Remove warning override.

This commit is contained in:
Elliot Glaysher 2019-09-04 13:02:51 -07:00
parent cc7d8cb69a
commit 75e44f95ee

View File

@ -1,5 +1,3 @@
{-# OPTIONS_GHC -Wwarn #-}
module Vere.Term (initializeLocalTerminal, term, TerminalSystem(..)) where
import UrbitPrelude