Try out some basic sqlite stuff
This commit is contained in:
parent
14c5a29aa4
commit
9a956785ef
3 changed files with 46 additions and 2 deletions
12
package.yaml
12
package.yaml
|
|
@ -21,6 +21,18 @@ description: Please see the README on Github at <https://github.com/Garm
|
|||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- sqlite-simple
|
||||
#- containers
|
||||
#- unordered-containers
|
||||
#- text
|
||||
#- time
|
||||
#- transformers
|
||||
#- async
|
||||
#- aeson
|
||||
#- bytestring
|
||||
#- stm
|
||||
#- megaparsec
|
||||
#- brick
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue