Skip to content

Commit

Permalink
Support opaleye 0.8.0.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw authored Nov 21, 2021
1 parent 1975c9a commit 686f087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library
, comonad
, contravariant
, hasql ^>= 1.4.5.1
, opaleye ^>= 0.7.3.0
, opaleye ^>= 0.8.0.0
, pretty
, profunctors
, product-profunctors
Expand Down
2 changes: 1 addition & 1 deletion src/Rel8/Query/Distinct.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ where
import Prelude

-- opaleye
import qualified Opaleye.Distinct as Opaleye
import qualified Opaleye.Distinct as Opaleye hiding ( distinctOn, distinctOnBy )
import qualified Opaleye.Internal.Order as Opaleye
import qualified Opaleye.Internal.QueryArr as Opaleye

Expand Down

0 comments on commit 686f087

Please sign in to comment.