diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-12T02·47-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-12T03·03-0400 |
commit | ecd33e0c901b34d77ea77ad0f3b65125d85a4515 (patch) | |
tree | 182c6ee44cbf04ee604571f74d33328b9b785be5 /src/Xanthous/Command.hs | |
parent | 296f73a4d63479735cb5af90a4f502ef2477aed4 (diff) |
Add ViewPatterns to default-extensions
Seems relatively harmless
Diffstat (limited to 'src/Xanthous/Command.hs')
-rw-r--r-- | src/Xanthous/Command.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xanthous/Command.hs b/src/Xanthous/Command.hs index e12feaebd0bc..2e7e6f1ff566 100644 --- a/src/Xanthous/Command.hs +++ b/src/Xanthous/Command.hs @@ -1,4 +1,3 @@ -{-# LANGUAGE ViewPatterns #-} -------------------------------------------------------------------------------- module Xanthous.Command where -------------------------------------------------------------------------------- |