name: gore-and-ash-logging version: 2.0.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 extra-source-files: README.md CHANGELOG.md stack.yaml 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 , resourcet >= 1.1.7.1 , text >= 1.2.1 , text-show >= 2 , transformers >= 0.4.2 , transformers-base >= 0.4.4 , hashable >= 1.2.4.0 , unordered-containers >= 0.2.5.1 , extra >= 1.4.3 default-extensions: DataKinds DeriveGeneric FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings RecordWildCards TypeFamilies UndecidableInstances ScopedTypeVariables