cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 705d998c4f1b9db913092b2a6262c8eac9f816ccd980febda72cb9992744f9dd name: strive version: 5.0.7 synopsis: A client for the Strava V3 API. description: Strive is a client for the Strava V3 API. category: API homepage: https://github.com/tfausak/strive#readme bug-reports: https://github.com/tfausak/strive/issues maintainer: Taylor Fausak license: MIT license-file: LICENSE.markdown build-type: Simple extra-source-files: CHANGELOG.markdown package.yaml README.markdown stack.yaml source-repository head type: git location: https://github.com/tfausak/strive library 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.Aliases Strive.Client Strive.Enums Strive.Internal.HTTP Strive.Internal.Lenses Strive.Internal.Options Strive.Internal.TH 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.Segments 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 other-modules: Paths_strive hs-source-dirs: library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.13 , bytestring >=0.10.8 && <0.11 , data-default >=0.7.1 && <0.8 , gpolyline >=0.1.0 && <0.2 , http-client >=0.4.31 && <0.6 , http-client-tls >=0.2.4 && <0.4 , http-types >=0.9.1 && <0.13 , template-haskell >=2.11.0 && <2.15 , text >=1.2.2 && <1.3 , time >=1.6.0 && <1.9 , transformers >=0.5.2 && <0.6 default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: README.lhs other-modules: Paths_strive ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -pgmL markdown-unlit -rtsopts -threaded -Wno-missing-import-lists build-depends: aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.13 , bytestring >=0.10.8 && <0.11 , data-default >=0.7.1 && <0.8 , gpolyline >=0.1.0 && <0.2 , http-client >=0.4.31 && <0.6 , http-client-tls >=0.2.4 && <0.4 , http-types >=0.9.1 && <0.13 , markdown-unlit >=0.4.0 && <0.6 , strive , template-haskell >=2.11.0 && <2.15 , text >=1.2.2 && <1.3 , time >=1.6.0 && <1.9 , transformers >=0.5.2 && <0.6 default-language: Haskell2010