name: gore-and-ash-logging
version: 1.1.1.0
synopsis: Core module for gore-and-ash with logging utilities
description: Please see README.md
homepage: https://github.com/Teaspot-Studio/gore-and-ash-logging
license: BSD3
license-file: LICENSE
author: Anton Gushcha
maintainer: ncrashed@gmail.com
copyright: 2015-2016 Anton Gushcha
category: Game
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Game.GoreAndAsh.Logging
Game.GoreAndAsh.Logging.API
Game.GoreAndAsh.Logging.Module
Game.GoreAndAsh.Logging.State
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, containers >= 0.5.6
, deepseq >= 1.4
, exceptions >= 0.8.0.2
, gore-and-ash >= 1.1.0.0
, mtl >= 2.2
, text >= 1.2.1
, text-show >= 2
, transformers >= 0.4.2
default-extensions:
DataKinds
DeriveGeneric
FlexibleInstances
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
RecordWildCards
TypeFamilies
UndecidableInstances
ScopedTypeVariables