Skip to content

Commit afda0ef

Browse files
committed
db: allow esqueleto 3.6 and persistent < 2.18
Closes #293
1 parent 7782e5b commit afda0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hnix-store-db/hnix-store-db.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ library
8080
, data-default-class
8181
, text
8282
, time
83-
, esqueleto >= 3.5.10 && < 3.6
84-
, persistent >= 2.14.5 && < 2.15
83+
, esqueleto >= 3.5.10 && < 3.7
84+
, persistent >= 2.14.5 && < 2.18
8585
, persistent-sqlite >= 2.13.1 && < 2.14
8686
, template-haskell
8787
, monad-logger

0 commit comments

Comments
 (0)