-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: datarobot version: 0.1.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 build-depends: base >=4.7 && <5 , aeson , 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: base >=4.7 && <5 , aeson , bytestring , exceptions , microlens , network-uri , safe , scientific , string-conversions , text , unordered-containers , vector , wreq , base , datarobot default-language: Haskell2010