artifact-0.0.0.0: artifact.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c43ce4b66fecfb04a19d09bf35cba01c0202888133dded8b28824ed5f4f8da0d
name: artifact
version: 0.0.0.0
synopsis: Basic types and instances for Valve's Artifact Card-set API
description: See README at <https://gitlab.com/leifmetcalf/artifact#readme>
category: Game
homepage: https://gitlab.com/leifmetcalf/artifact#readme
bug-reports: https://gitlab.com/leifmetcalf/artifact/issues
author: Leif Metcalf
maintainer: Leif Metcalf <me@leif.nz>
copyright: 2018 Leif Metcalf
license: AGPL-3.0-or-later
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG
source-repository head
type: git
location: https://gitlab.com/leifmetcalf/artifact.git
library
exposed-modules:
Artifact.Raw
other-modules:
Artifact.Internal.Extensions
hs-source-dirs:
src
build-depends:
aeson >=1.3.1 && <1.4
, base >=4.11.1 && <4.12
, bytestring >=0.10.8 && <0.11
, containers >=0.5.11 && <0.6
, text >=1.2.3 && <1.3
default-language: Haskell2010