You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.3 KiB

9 years ago
9 years ago
  1. -- Initial icfp2015.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. -- The name of the package.
  4. name: icfp2015
  5. -- The package version. See the Haskell package versioning policy (PVP)
  6. -- for standards guiding when and how versions should be incremented.
  7. -- http://www.haskell.org/haskellwiki/Package_versioning_policy
  8. -- PVP summary: +-+------- breaking API changes
  9. -- | | +----- non-breaking API additions
  10. -- | | | +--- code changes with no API change
  11. version: 0.1.0.0
  12. -- A short (one-line) description of the package.
  13. -- synopsis:
  14. -- A longer description of the package.
  15. -- description:
  16. -- URL for the project homepage or repository.
  17. homepage: http://www.lilik.it
  18. -- The license under which the package is released.
  19. license: GPL-3
  20. -- The file containing the license text.
  21. license-file: LICENSE
  22. -- The package author(s).
  23. author: LILiK
  24. -- An email address to which users can send suggestions, bug reports, and
  25. -- patches.
  26. maintainer: roots@lists.lilik.it
  27. -- A copyright notice.
  28. -- copyright:
  29. category: Game
  30. build-type: Simple
  31. -- Extra files to be distributed with the package, such as examples or a
  32. -- README.
  33. -- extra-source-files:
  34. -- Constraint on the version of Cabal needed to build this package.
  35. cabal-version: >=1.10
  36. executable icfp2015
  37. -- .hs or .lhs file containing the Main module.
  38. main-is: Main.hs
  39. -- Modules included in this executable, other than Main.
  40. other-modules: Datatypes, Datatypes.Board, Datatypes.Cell, Datatypes.Game, Datatypes.Unit
  41. -- LANGUAGE extensions used by modules in this package.
  42. other-extensions: OverloadedStrings, DeriveGeneric, DeriveDataTypeable
  43. -- Other library packages from which modules are imported.
  44. 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, pqueue >=1.3 && <1.4, clock, random, deepseq >= 1.3 && <1.4
  45. -- Directories containing source files.
  46. hs-source-dirs: src
  47. -- Base language which the package is written in.
  48. default-language: Haskell2010
  49. ghc-options: -O3 -threaded -rtsopts