chore: add sqlite-simple dependency
This commit is contained in:
@@ -43,6 +43,7 @@ dependencies:
|
||||
- optparse-applicative
|
||||
- parsec
|
||||
- process
|
||||
- sqlite-simple
|
||||
- text
|
||||
- time
|
||||
- wai
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user