handwriting-0.1.0.2: handwriting.cabal
name: handwriting
version: 0.1.0.2
synopsis: API Client for the handwriting.io API.
description: Please see README.md
homepage: http://github.com/ismailmustafa/handwriting-haskell#readme
license: BSD3
license-file: LICENSE
author: Ismail Mustafa
maintainer: ismailmustafa@rocketmail.com
copyright: 2015 Ismail Mustafa
category: Network
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Network.Handwriting
, Network.Internal.Model
, Network.Internal.Utilities
build-depends: base >= 4.7 && < 5
, wreq
, lens-aeson
, lens
, bytestring
, containers
, aeson
, text
, split
, transformers
default-language: Haskell2010
executable handwriting
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, handwriting
, text
, directory
, bytestring
, filepath
, random
default-language: Haskell2010
test-suite handwriting-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, handwriting
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/ismailmustafa/handwriting-haskell