-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 952473bd73e967bd6225f0b1214d3649bf6b30e1abe118841ce2607df23a4b35 name: datarobot version: 1.0.1 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