about summary refs log tree commit diff
path: root/src/Xanthous/App.hs
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-12T02·47-0400
committerGriffin Smith <root@gws.fyi>2020-05-12T03·03-0400
commitecd33e0c901b34d77ea77ad0f3b65125d85a4515 (patch)
tree182c6ee44cbf04ee604571f74d33328b9b785be5 /src/Xanthous/App.hs
parent296f73a4d63479735cb5af90a4f502ef2477aed4 (diff)
Add ViewPatterns to default-extensions
Seems relatively harmless
Diffstat (limited to 'src/Xanthous/App.hs')
-rw-r--r--src/Xanthous/App.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xanthous/App.hs b/src/Xanthous/App.hs
index ea1405e463..f7013076d5 100644
--- a/src/Xanthous/App.hs
+++ b/src/Xanthous/App.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE ViewPatterns         #-}
 {-# LANGUAGE UndecidableInstances #-}
 {-# LANGUAGE RecordWildCards      #-}
 --------------------------------------------------------------------------------