Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 941b4d2

Browse files
committed
Use newer version of snaplet-persistent
1 parent 6261a58 commit 941b4d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

snap-starter.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Executable snap-starter
3131
time >= 1.1 && < 1.6,
3232
xmlhtml >= 0.1 && < 0.3,
3333
base >= 4.4 && < 5,
34-
lens >= 3.7.6 && < 4.14
34+
lens >= 3.7.6 && < 4.14,
35+
snaplet-persistent >= 0.5 && < 0.6
3536

3637
if flag(development)
3738
build-depends:

stack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
resolver: lts-6.2
22
packages:
33
- '.'
4+
- location:
5+
git: git@github.com:danpalmer/snaplet-persistent
6+
commit: 0b32ad8
7+
extra-dep: true
48
extra-deps:
59
- snap-loader-static-0.9.0.2
610
- snap-loader-dynamic-0.10.0.4

0 commit comments

Comments
 (0)