Skip to content

Commit

Permalink
Fix warning (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-circuithub committed Feb 14, 2022
1 parent ec80d9d commit 0176ea9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Rel8/Query/Distinct.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# options_ghc -fno-warn-redundant-constraints #-}

module Rel8.Query.Distinct
( distinct
, distinctOn
Expand All @@ -8,12 +6,11 @@ module Rel8.Query.Distinct
where

-- base
import Prelude
import Prelude ()

-- opaleye
import qualified Opaleye.Distinct as Opaleye
import qualified Opaleye.Order as Opaleye
import qualified Opaleye.Internal.QueryArr as Opaleye

-- rel8
import Rel8.Order ( Order( Order ) )
Expand Down

0 comments on commit 0176ea9

Please sign in to comment.