packages feed

SpacePrivateers-0.1.0.0: SpacePrivateers.cabal

name:                 SpacePrivateers
version:              0.1.0.0
synopsis:             Simple space pirate roguelike
description:          Space Privateers is a roguelike game set in space.
homepage:             https://github.com/tuturto/space-privateers
license:              BSD3
license-file:         LICENSE
author:               Tuukka Turto
maintainer:           tuukka.turto@oktaeder.net
category:             Game
build-type:           Simple
data-files:           GameDefinition/config.ui.default,
                      GameDefinition/scores
extra-source-files:   GameDefinition/PLAYING.md, GameDefinition/MainMenu.ascii,
                      README.md, LICENSE, CREDITS, changelog
cabal-version:        >= 1.10
source-repository head
  type:               git
  location:           git://github.com/tuturto/space-privateers.git

executable SpacePrivateers
  hs-source-dirs:     GameDefinition
  main-is:            Main.hs
  other-modules:      Client.UI.Content.KeyKind,
                      Content.CaveKind,
                      Content.FactionKind,
                      Content.ItemKind,
                      Content.ItemKindActor,
                      Content.ItemKindOrgan,
                      Content.ItemKindShrapnel,
                      Content.ModeKind,
                      Content.PlaceKind,
                      Content.RuleKind,
                      Content.TileKind,
                      TieKnot,
                      Paths_SpacePrivateers

  build-depends:      base              >=4.7       && <4.8,
                      LambdaHack        >= 0.2.14   && < 0.2.15,
                      containers        >= 0.5      && < 1,
                      enummapset-th     >= 0.6.0.0  && < 1,
                      filepath          >= 1.2.0.1  && < 2,
                      template-haskell  >= 2.6      && < 3,
                      text              >= 0.11.2.3 && < 2
  default-language:   Haskell2010

  default-extensions: MonoLocalBinds, ScopedTypeVariables, OverloadedStrings
                      BangPatterns, RecordWildCards, NamedFieldPuns
  other-extensions:   TemplateHaskell
  ghc-options: -Wall -fwarn-orphans -fwarn-tabs -fwarn-incomplete-uni-patterns
  ghc-options: -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction
  ghc-options: -fwarn-unrecognised-pragmas
  ghc-options: -fno-warn-auto-orphans -fno-warn-implicit-prelude
  ghc-options: -fno-ignore-asserts -funbox-strict-fields
  ghc-options: -threaded -with-rtsopts=-C0.005