Skip to content

Commit 872bee6

Browse files
committed
-
1 parent 1b17dcb commit 872bee6

File tree

1 file changed

+1
-2
lines changed
  • pub/functora/src/sql/Functora

1 file changed

+1
-2
lines changed

pub/functora/src/sql/Functora/Sql.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import Database.Esqueleto.Legacy as X
4444
SqlType (..),
4545
ToBackendKey,
4646
Unique,
47-
Value,
47+
Value (..),
4848
addMigration,
4949
asc,
5050
count,
@@ -82,7 +82,6 @@ import Database.Esqueleto.Legacy as X
8282
selectOne,
8383
set,
8484
transactionUndo,
85-
unValue,
8685
update,
8786
updateCount,
8887
val,

0 commit comments

Comments
 (0)