File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,10 @@ Library
9191 Database.Schema.Migrations
9292 Database.Schema.Migrations.Backend
9393 Database.Schema.Migrations.Backend.HDBC
94+ Database.Schema.Migrations.CycleDetection
9495 Database.Schema.Migrations.Dependencies
9596 Database.Schema.Migrations.Filesystem
97+ Database.Schema.Migrations.Filesystem.Serialize
9698 Database.Schema.Migrations.Migration
9799 Database.Schema.Migrations.Store
98100 Database.Schema.Migrations.Test.BackendTest
@@ -102,10 +104,6 @@ Library
102104 Moo.Core
103105 Moo.Main
104106
105- Other-Modules :
106- Database.Schema.Migrations.CycleDetection
107- Database.Schema.Migrations.Filesystem.Serialize
108-
109107test-suite dbmigrations-tests
110108 default-language : Haskell2010
111109 type : exitcode-stdio-1.0
@@ -149,7 +147,7 @@ test-suite dbmigrations-tests
149147 else
150148 ghc-options : -threaded -Wall -fwarn-tabs -funbox-strict-fields
151149
152- Hs-Source-Dirs : src, test
150+ Hs-Source-Dirs : test
153151 Main-is : Main.hs
154152
155153Executable moo
You can’t perform that action at this time.
0 commit comments