Add top-level re-exports module and passing acceptance tests

This commit is contained in:
2026-05-29 23:23:15 -04:00
parent 694448888f
commit c2cd26694b
4 changed files with 135 additions and 20 deletions
+3
View File
@@ -15,6 +15,7 @@ build-type: Simple
library
exposed-modules:
Orville.SQLite
Orville.SQLite.AutoMigration
Orville.SQLite.Execution
Orville.SQLite.FieldDefinition
@@ -39,6 +40,8 @@ test-suite spec
hs-source-dirs: test
build-depends:
base >=4.17 && <5
, mtl
, orville-sqlite
, hspec
, text
default-language: Haskell2010