chore: add sqlite-simple dependency

This commit is contained in:
2026-05-25 21:54:22 -04:00
parent edfa9bac76
commit 0b5fa61acd
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ dependencies:
- optparse-applicative
- parsec
- process
- sqlite-simple
- text
- time
- wai
+4
View File
@@ -56,6 +56,7 @@ library
, optparse-applicative
, parsec
, process
, sqlite-simple
, text
, time
, wai
@@ -95,6 +96,7 @@ executable check-recipes
, parsec
, process
, roux-server
, sqlite-simple
, text
, time
, wai
@@ -134,6 +136,7 @@ executable roux-server
, parsec
, process
, roux-server
, sqlite-simple
, text
, time
, unix
@@ -180,6 +183,7 @@ test-suite roux-server-test
, parsec
, process
, roux-server
, sqlite-simple
, tasty
, tasty-golden
, tasty-hspec