Skip to content

Commit

Permalink
IHaskell.Display.Widgets.Singletons: add -XStandaloneDeriving
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Feb 8, 2019
1 parent a36ce6b commit 33f63ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE InstanceSigs #-}
{-# LANGUAGE EmptyCase #-}
{-# LANGUAGE CPP #-}
Expand Down

0 comments on commit 33f63ff

Please sign in to comment.