Add top-level re-exports module and passing acceptance tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user