[21:00:21] *** Joins: wmacmil (~wmacmil@83-233-165-97.cust.bredband2.com) [21:00:35] is there a best way to structure a GF library (with PGF) when building a project with haskell [21:00:45] like, i recently switched to using a cabal (just the vanilla init) [21:01:01] and it has a app/Main.hs which is the executable [21:02:00] but i'm curious if i just want to play around, because the files i have in the root directory, *.gf *.pgf *.hs, now aren't able to import each other [21:02:09] Could not find module ‘Foo’ [21:02:19] or do i just need to specify this in the cabal file?