name: strive version: 0.6.1 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE.txt copyright: 2014 Taylor Fausak maintainer: taylor@fausak.me homepage: http://taylor.fausak.me/strive/ bug-reports: https://github.com/tfausak/strive/issues synopsis: A Haskell client for the Strava V3 API. description: A Haskell client for the . . Check out for complete documentation. category: API author: Taylor Fausak tested-with: GHC ==7.6.3 GHC ==7.8.3 extra-source-files: CHANGELOG.md CONTRIBUTING.md README.md source-repository head type: git location: git://github.com/tfausak/strive.git library build-depends: base ==4.*, aeson ==0.7.*, bytestring ==0.10.*, data-default ==0.5.*, Glob ==0.7.*, gpolyline ==0.1.*, http-conduit ==2.*, http-types ==0.8.*, regex-compat ==0.95.*, template-haskell ==2.*, time ==1.*, transformers ==0.3.* if impl(ghc <7.8) build-depends: text ==0.11.* exposed: True buildable: True else build-depends: text ==1.* exposed: True buildable: True exposed-modules: Strive Strive.Actions Strive.Actions.Activities Strive.Actions.Athletes Strive.Actions.Authentication Strive.Actions.Clubs Strive.Actions.Comments Strive.Actions.Efforts Strive.Actions.Friends Strive.Actions.Gear Strive.Actions.Kudos Strive.Actions.Photos Strive.Actions.Segments Strive.Actions.Streams Strive.Actions.Uploads Strive.Client Strive.Enums Strive.Lenses Strive.Options Strive.Options.Activities Strive.Options.Athletes Strive.Options.Authentication Strive.Options.Clubs Strive.Options.Comments Strive.Options.Friends Strive.Options.Kudos Strive.Options.Streams Strive.Options.Uploads Strive.Types Strive.Types.Activities Strive.Types.Athletes Strive.Types.Authentication Strive.Types.Clubs Strive.Types.Comments Strive.Types.Efforts Strive.Types.Gear Strive.Types.Photos Strive.Types.Polylines Strive.Types.Segments Strive.Types.Streams Strive.Types.Uploads Strive.Utilities exposed: True buildable: True default-language: Haskell2010 other-extensions: FlexibleInstances FunctionalDependencies OverloadedStrings RankNTypes TemplateHaskell hs-source-dirs: library other-modules: Strive.Internal.HTTP Strive.Internal.Lenses Strive.Internal.Options Strive.Internal.TH test-suite readme build-depends: base -any, strive -any, aeson ==0.7.*, bytestring ==0.10.*, data-default ==0.5.*, markdown-unlit ==0.2.*, time ==1.* type: exitcode-stdio-1.0 main-is: README.lhs buildable: True default-language: Haskell2010 ghc-options: -pgmL markdown-unlit -Wall -Werror test-suite hlint build-depends: base -any, hlint ==1.* type: exitcode-stdio-1.0 main-is: HLint.hs buildable: True default-language: Haskell2010 hs-source-dirs: test-suite