Fixed Pioneers.cabal (hopefully)
This commit is contained in:
parent
c4b5e69fcf
commit
b3c25a1326
@ -11,21 +11,18 @@ executable Pioneers
|
|||||||
} else {
|
} else {
|
||||||
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
|
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
|
||||||
}
|
}
|
||||||
other-module
|
other-modules:
|
||||||
Map.Types,
|
Map.Types,
|
||||||
Map.Graphics,
|
Map.Graphics,
|
||||||
Map.Creation,
|
Map.Creation,
|
||||||
Map.StaticMaps,
|
Map.StaticMaps,
|
||||||
Importer.IQM.Types,
|
Importer.IQM.Types,
|
||||||
Importer.IQM.TestMain,
|
|
||||||
Importer.IQM.Parser,
|
Importer.IQM.Parser,
|
||||||
Render.Misc,
|
Render.Misc,
|
||||||
Render.Render,
|
Render.Render,
|
||||||
Render.RenderObject,
|
Render.RenderObject,
|
||||||
Render.Types,
|
Render.Types,
|
||||||
UI.Callbacks,
|
UI.Callbacks,
|
||||||
UI.Types,
|
|
||||||
UI.SurfaceOverlay
|
|
||||||
Types
|
Types
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends:
|
build-depends:
|
||||||
|
Loading…
Reference in New Issue
Block a user