Skip to content

Commit

Permalink
Fix PatternGuard warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmalley committed Aug 27, 2019
1 parent 40cb5e3 commit 9d68723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Frontend/UI/Dialogs/NetworkEdit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternGuards #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE RecursiveDo #-}
{-# LANGUAGE ScopedTypeVariables #-}
Expand Down

0 comments on commit 9d68723

Please sign in to comment.