gore-and-ash-1.1.0.1: gore-and-ash.cabal
name: gore-and-ash
version: 1.1.0.1
synopsis: Core of FRP game engine called Gore&Ash
description: Please see README.md
homepage: https://github.com/Teaspot-Studio/gore-and-ash
license: BSD3
license-file: LICENSE
author: Anton Gushcha, Levon Oganyan
maintainer: ncrashed@gmail.com
copyright: 2015-2016 Anton Gushcha
, 2016 Levon Oganyan
, 2014-2016 Ertugrul Soeylemez
category: Game
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Control.Wire
Control.Wire.Core
Control.Wire.Event
Control.Wire.Interval
Control.Wire.Run
Control.Wire.Session
Control.Wire.Switch
Control.Wire.Time
Control.Wire.Unsafe.Event
Data.Filterable
FRP.Netwire
FRP.Netwire.Analyze
FRP.Netwire.Move
FRP.Netwire.Noise
FRP.Netwire.Utils.Timeline
Game.GoreAndAsh
Game.GoreAndAsh.Core
Game.GoreAndAsh.Core.Arrow
Game.GoreAndAsh.Core.Monad
Game.GoreAndAsh.Core.Session
Game.GoreAndAsh.Core.State
Game.GoreAndAsh.Math
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, containers >= 0.5.6.2
, deepseq >= 1.4
, exceptions >= 0.8.0.2
, hashable >= 1.2.3.3
, linear >= 1.20.3
, mtl >= 2.2
, parallel >= 3.2
, profunctors >= 4.3
, random >= 1.1
, semigroups >= 0.15
, time >= 1.5.0.1
, transformers >= 0.4
, unordered-containers >= 0.2.5.1
default-extensions:
Arrows
DataKinds
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
MultiParamTypeClasses
RankNTypes
RecordWildCards
ScopedTypeVariables
TupleSections
TypeFamilies
TypeOperators
UndecidableInstances
source-repository head
type: git
location: https://github.com/Teaspot-Studio/gore-and-ash.git