Skip to content

Commit

Permalink
remove 'rand'
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jan 14, 2025
1 parent fe85044 commit 8733084
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion persistent-sql-lifted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [_Unreleased_](https://github.com/freckle/persistent-sql-lifted/compare/persistent-sql-lifted-v0.2.0.0...main)
## [_Unreleased_](https://github.com/freckle/persistent-sql-lifted/compare/persistent-sql-lifted-v0.3.0.0...main)

## [v0.3.0.0](https://github.com/freckle/persistent-sql-lifted/compare/persistent-sql-lifted-v0.2.0.0...persistent-sql-lifted-v0.3.0.0)

Remove `rand`; supports `esqueleto-3.6`.

## [v0.2.0.0](https://github.com/freckle/persistent-sql-lifted/compare/persistent-sql-lifted-v0.1.1.0...persistent-sql-lifted-v0.2.0.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ module Database.Persist.Sql.Lifted.Expression
-- * OrderBy
, asc
, desc
, rand

-- * Projection
, (^.)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Database.Persist.Sql.Lifted.Expression.OrderBy
( asc
, desc
, rand
) where

import Database.Esqueleto.Experimental
2 changes: 1 addition & 1 deletion persistent-sql-lifted/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: persistent-sql-lifted
version: 0.2.0.0
version: 0.3.0.0

maintainer: Freckle Education
category: Database
Expand Down
2 changes: 1 addition & 1 deletion persistent-sql-lifted/persistent-sql-lifted.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.18
-- see: https://github.com/sol/hpack

name: persistent-sql-lifted
version: 0.1.1.0
version: 0.3.0.0
synopsis: Monad classes for running queries with Persistent and Esqueleto
description: This package introduces two classes: MonadSqlBackend for monadic contexts in
which a SqlBackend is available, and MonadSqlTx for contexts in which we
Expand Down

0 comments on commit 8733084

Please sign in to comment.