Skip to content

Commit

Permalink
Remove unnecessary use of UnboxedTuples in Data.Singletons.Util
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jul 12, 2019
1 parent 975fe77 commit 264cfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Singletons/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Users of the package should not need to consult this file.
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, RankNTypes,
TemplateHaskell, GeneralizedNewtypeDeriving,
MultiParamTypeClasses, UndecidableInstances, MagicHash,
UnboxedTuples, LambdaCase, NoMonomorphismRestriction #-}
LambdaCase, NoMonomorphismRestriction #-}

module Data.Singletons.Util where

Expand Down

0 comments on commit 264cfff

Please sign in to comment.