-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d659e0f40eb6ebe5c04a98ee4a259744bfffb63a3269437ce8661118f03926d4 name: datarobot version: 1.0.0 synopsis: Client for DataRobot API description: Client for DataRobot API homepage: https://github.com/orbital/datarobot-haskell#readme bug-reports: https://github.com/orbital/datarobot-haskell/issues license: BSD3 license-file: LICENSE author: Sean Hess maintainer: seanhess@gmail.com copyright: Orbital Labs category: Web build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/orbital/datarobot-haskell library hs-source-dirs: src exposed-modules: DataRobot DataRobot.API DataRobot.Features DataRobot.Predict DataRobot.PredictResponse DataRobot.Types other-modules: Paths_datarobot build-depends: aeson , base >=4.7 && <5 , bytestring , exceptions , microlens , network-uri , safe , scientific , string-conversions , text , unordered-containers , vector , wreq default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base , bytestring , datarobot , exceptions , microlens , network-uri , safe , scientific , string-conversions , text , unordered-containers , vector , wreq other-modules: Paths_datarobot default-language: Haskell2010