src/Configuration.hs
src/ConnectionString.hs
src/ExitCodes.hs
+ src/Generics.hs
src/OptionalConfiguration.hs
src/TSN/Codegen.hs
src/TSN/Database.hs
import Configuration
import ConnectionString
import ExitCodes
+import Generics
import OptionalConfiguration
import TSN.Codegen
import TSN.Database
the filename.
7. Combine test XML files where possible.
+
+8. Remove the -XDeriveGeneric argument in test/Doctests.hs; it
+ shouldn't be necessary if doctest picks up the LANGUAGE pragmas on its
+ own.
hslogger >= 1.2,
htsn-common >= 0.0.1,
hxt >= 9.3,
+ generics-sop >= 0.1,
groundhog >= 0.5,
groundhog-postgresql >= 0.5,
groundhog-sqlite >= 0.5,
Configuration
ConnectionString
ExitCodes
+ Generics
OptionalConfiguration
TSN.Codegen
TSN.Database
hslogger >= 1.2,
htsn-common >= 0.0.1,
hxt >= 9.3,
+ generics-sop >= 0.1,
groundhog >= 0.5,
groundhog-postgresql >= 0.5,
groundhog-sqlite >= 0.5,
configurator >= 0.2,
directory >= 1.2,
filepath >= 1.3,
+ generics-sop >= 0.1,
hslogger >= 1.2,
htsn-common >= 0.0.1,
hxt >= 9.3,
main :: IO ()
main = doctest [ "-isrc",
"-idist/build/autogen",
+ "-XDeriveGeneric", --FIXME, shouldn't be needed.
+ "src/Generics.hs",
"src/TSN/Codegen.hs",
"src/TSN/Picklers.hs"]