haskmon-0.2.1.0: haskmon.cabal
name: haskmon
version: 0.2.1.0
synopsis: A haskell wrapper for PokeAPI.co (www.pokeapi.co)
description: This is a haskell wrapper for the RESTful api www.pokeapi.co.
It defines most of the types and functions in the API.
license: MIT
license-file: LICENSE
author: Pedro Rodriguez
maintainer: P.J.Rodriguez.T@gmail.com
category: Web, Game
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Haskmon,
Haskmon.Client,
Haskmon.Resource,
Haskmon.Types,
Haskmon.Types.Internals
other-modules:
Haskmon.Types.Game
Haskmon.Types.Move
Haskmon.Types.Type
Haskmon.Types.Sprite
Haskmon.Types.Ability
Haskmon.Types.Pokemon
Haskmon.Types.MetaData
Haskmon.Types.EggGroup
Haskmon.Types.Description
Haskmon.Types.Evolutions
build-depends: base >=4.8 && <4.9,
http-streams >=0.8 && < 0.9,
bytestring >=0.10.0.2 && < 0.11,
io-streams >=1.3 && < 1.4,
aeson >=0.8 && < 0.9,
time >= 1.5 && < 1.6,
vector >=0.10 && < 0.11,
containers >=0.5.5.1 && < 0.6
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/pjrt/Haskmon.git