Skip to content

Commit 269e546

Browse files
committed
sqlite-simple cookbook is working with sqlite-simple >= 0.4.5.0
1 parent dd1ab6d commit 269e546

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ doc/_build
3030
doc/venv
3131
doc/tutorial/static/api.js
3232
doc/tutorial/static/jq.js
33-
shell.nix
3433

3534
# nix
3635
result*

cabal.project

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages:
2626
doc/cookbook/custom-errors
2727
doc/cookbook/basic-streaming
2828
doc/cookbook/db-postgres-pool
29-
-- doc/cookbook/db-sqlite-simple
29+
doc/cookbook/db-sqlite-simple
3030
doc/cookbook/file-upload
3131
doc/cookbook/generic
3232
-- doc/cookbook/hoist-server-with-context
@@ -54,9 +54,6 @@ constraints:
5454
constraints: base-compat ^>=0.11
5555
constraints: semigroups ^>=0.19
5656

57-
-- MonadFail
58-
-- https://github.com/nurpax/sqlite-simple/issues/74
59-
constraints: sqlite-simple < 0
6057
-- allow-newer: sqlite-simple-0.4.16.0:semigroups
6158
-- allow-newer: direct-sqlite-2.3.24:semigroups
6259

doc/cookbook/db-sqlite-simple/db-sqlite-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ executable cookbook-db-sqlite-simple
2323
, http-types >= 0.12
2424
, markdown-unlit >= 0.4
2525
, http-client >= 0.5
26-
, sqlite-simple >= 0.4
26+
, sqlite-simple >= 0.4.5.0
2727
, transformers
2828
default-language: Haskell2010
2929
ghc-options: -Wall -pgmL markdown-unlit

0 commit comments

Comments
 (0)