sc2-support-0.1.0.0: sc2-support.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: c2615b72f7cdf580a757dd8c029b07543be6357b883812ef858c4ce1ed1fd60e
name: sc2-support
version: 0.1.0.0
synopsis: Support and utility library for sc2hs.
category: Network, Game, FFI
homepage: https://github.com/spacekitteh/sc2hs
author: Sophie Taylor <sophie@spacekitteh.moe>
maintainer: Sophie Taylor <sophie@spacekitteh.moe>
copyright: 2019 Sophie Taylor
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
backupStableID.json
source-repository head
type: git
location: https://github.com/spacekitteh/sc2hs.git
library
exposed-modules:
Network.SC2.Constants.Abilities
Network.SC2.Constants.Buffs
Network.SC2.Constants.Effects
Network.SC2.Constants.Entities
Network.SC2.Constants.Units
Network.SC2.Constants.Upgrades
Network.SC2.Internal.ConstantGenerator
Network.SC2.Internal.Directories
Network.SC2.Internal.Types
other-modules:
Paths_sc2_support
hs-source-dirs:
src
build-depends:
aeson >=1.4
, base >=4.7 && <5
, directory >=1.3
, filepath >=1.4
, lens
, lens-labels >=0.3
, template-haskell
, text >=1.2
default-language: Haskell2010