Add ViewPatterns to default-extensions

Seems relatively harmless
This commit is contained in:
Griffin Smith 2020-05-11 22:47:50 -04:00
parent 296f73a4d6
commit ecd33e0c90
13 changed files with 1 additions and 12 deletions

View file

@ -1,5 +1,4 @@
{-# LANGUAGE MultiWayIf #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}
--------------------------------------------------------------------------------