File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
doc/cookbook/db-sqlite-simple Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ doc/_build
30
30
doc /venv
31
31
doc /tutorial /static /api.js
32
32
doc /tutorial /static /jq.js
33
- shell.nix
34
33
35
34
# nix
36
35
result *
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ packages:
26
26
doc/cookbook/custom-errors
27
27
doc/cookbook/basic-streaming
28
28
doc/cookbook/db-postgres-pool
29
- -- doc/cookbook/db-sqlite-simple
29
+ doc/cookbook/db-sqlite-simple
30
30
doc/cookbook/file-upload
31
31
doc/cookbook/generic
32
32
-- doc/cookbook/hoist-server-with-context
@@ -54,9 +54,6 @@ constraints:
54
54
constraints : base-compat ^>= 0.11
55
55
constraints : semigroups ^>= 0.19
56
56
57
- -- MonadFail
58
- -- https://github.com/nurpax/sqlite-simple/issues/74
59
- constraints : sqlite-simple < 0
60
57
-- allow-newer: sqlite-simple-0.4.16.0:semigroups
61
58
-- allow-newer: direct-sqlite-2.3.24:semigroups
62
59
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ executable cookbook-db-sqlite-simple
23
23
, http-types >= 0.12
24
24
, markdown-unlit >= 0.4
25
25
, http-client >= 0.5
26
- , sqlite-simple >= 0.4
26
+ , sqlite-simple >= 0.4.5.0
27
27
, transformers
28
28
default-language : Haskell2010
29
29
ghc-options : -Wall -pgmL markdown-unlit
You can’t perform that action at this time.
0 commit comments