about summary refs log tree commit diff
path: root/package.yaml
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 /package.yaml
parent296f73a4d63479735cb5af90a4f502ef2477aed4 (diff)
Add ViewPatterns to default-extensions
Seems relatively harmless
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index d639e555c7..936fc4fd05 100644
--- a/package.yaml
+++ b/package.yaml
@@ -94,6 +94,7 @@ default-extensions:
 - TypeApplications
 - TypeFamilies
 - TypeOperators
+- ViewPatterns
 
 ghc-options:
 - -Wall