|
|
@ -51,7 +51,7 @@ cabal-version: >=1.10 |
|
|
|
|
|
|
|
executable icfp2015 |
|
|
|
-- .hs or .lhs file containing the Main module. |
|
|
|
main-is: Main0.hs |
|
|
|
main-is: Main.hs |
|
|
|
|
|
|
|
-- Modules included in this executable, other than Main. |
|
|
|
other-modules: Datatypes, Datatypes.Board, Datatypes.Cell, Datatypes.Game, Datatypes.Unit |
|
|
@ -60,7 +60,7 @@ executable icfp2015 |
|
|
|
other-extensions: OverloadedStrings, DeriveGeneric, DeriveDataTypeable |
|
|
|
|
|
|
|
-- Other library packages from which modules are imported. |
|
|
|
build-depends: base >=4.6 && <4.9, hashable >=1.2 && <1.3, containers >=0.5 && <0.6, QuickCheck >=2.7 && <2.9, bytestring >=0.10 && <0.11, aeson >=0.8 && <0.9, pqueue >=1.3 && <1.4, clock >= 0.1 |
|
|
|
build-depends: base >=4.6 && <4.9, hashable >=1.2 && <1.3, containers >=0.5 && <0.6, QuickCheck >=2.7 && <2.9, bytestring >=0.10 && <0.11, aeson >=0.8 && <0.9, pqueue >=1.3 && <1.4, clock, random |
|
|
|
|
|
|
|
-- Directories containing source files. |
|
|
|
hs-source-dirs: src |
|
|
|