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: b1a5430a42ba82e9311774dbb0b5c73c97243684f4c84120b4a424fe0a201087 name: artifact version: 0.0.0.0 synopsis: Basic types and instances for Valve's Artifact Card-set API description: See README at category: Game homepage: https://gitlab.com/leifmetcalf/artifact#readme bug-reports: https://gitlab.com/leifmetcalf/artifact/issues author: Leif Metcalf maintainer: Leif Metcalf 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.* , base ==4.11.* , bytestring ==0.10.* , containers ==0.5.* , text ==1.2.* default-language: Haskell2010