packages feed

stocks-0.1.0.0: stocks.cabal

name:                stocks
version:             0.1.0.0
synopsis:            Library for the IEX Trading API
description:         Simple library for interacting with the IEX Trading API
homepage:            https://github.com/dabcoder/stocks#readme
license:             BSD3
license-file:        LICENSE
author:              David Bouchare
maintainer:          David Bouchare
copyright:           2018 David Bouchare
category:            Net
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md
  
library
  exposed-modules:     Net.Stocks
  -- other-modules:
  -- other-extensions:
  build-depends: base == 4.*
               , http-conduit
               , aeson >= 0.8.0
               , bytestring
               , semigroups >= 0.18
  hs-source-dirs:      src
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/dabcoder/stocks.git