diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-29T14·32-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-03T14·41+0000 |
commit | c0922e49064b1789e3415fbef91ba680ed887882 (patch) | |
tree | 9363b7ddc09eb41f95e55a6edf6213d6805fc4f4 /users/glittershark/xanthous/src/Xanthous/Generators.hs | |
parent | beb29128b65f163997881fd4f6a3e06fdd4c3569 (diff) |
fix(xan): Remove unused imports r/1188
GHC 8.8 is better at detecting unused imports, it seems - all of these are new warnings that fail under -Werror Change-Id: I1357094d715483612deb0db4a75b3e4f8f27d2e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/889 Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/xanthous/src/Xanthous/Generators.hs')
-rw-r--r-- | users/glittershark/xanthous/src/Xanthous/Generators.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/glittershark/xanthous/src/Xanthous/Generators.hs b/users/glittershark/xanthous/src/Xanthous/Generators.hs index 5bc8bcf03582..2801137b699c 100644 --- a/users/glittershark/xanthous/src/Xanthous/Generators.hs +++ b/users/glittershark/xanthous/src/Xanthous/Generators.hs @@ -24,7 +24,6 @@ module Xanthous.Generators -------------------------------------------------------------------------------- import Xanthous.Prelude import Data.Array.Unboxed -import System.Random (RandomGen) import qualified Options.Applicative as Opt import Control.Monad.Random -------------------------------------------------------------------------------- |