pituicat/pituicat.cabal

35 lines
1010 B
Plaintext
Raw Normal View History

2020-08-30 15:36:32 +00:00
cabal-version: 2.4
-- Initial package description 'pituicat.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: pituicat
version: 0.0.0.0
-- synopsis:
-- description:
-- bug-reports:
license: GPL-3.0-only
license-file: LICENSE
author: nek0
maintainer: nek0@nek0.eu
-- copyright:
category: Game
extra-source-files: CHANGELOG.md
executable pituicat
main-is: Main.hs
2020-09-23 23:26:47 +00:00
other-modules: Types
, Types.Application
, Types.Subsystems
2020-10-09 03:28:04 +00:00
, Types.GameMap
2020-08-30 15:36:32 +00:00
-- other-extensions:
build-depends: base ^>=4.13.0.0
2020-08-30 15:53:03 +00:00
, affection
2020-09-21 02:25:49 +00:00
, stm
, sdl2
2020-09-23 23:26:47 +00:00
, containers
, linear
, text
, elerea
2020-08-30 15:36:32 +00:00
hs-source-dirs: src
default-language: Haskell2010