binding-hs/gym-http-api.cabal (56 lines of code) (raw):

-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: gym-http-api version: 0.1.0.0 description: Haskell binding for the OpenAi gym API category: Web homepage: https://github.com/openai/gym-http-api#readme bug-reports: https://github.com/openai/gym-http-api/issues author: Daniel Lucsanszky, Sam Stites maintainer: dl3913@ic.ac.uk, sam@stites.io license: MIT license-file: ../LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/openai/gym-http-api subdir: binding-hs library hs-source-dirs: src default-extensions: OverloadedStrings build-depends: exceptions , http-client , servant-client , base >=4.7 && <5 , aeson , monad-loops , unordered-containers , servant , servant-lucid , text , transformers exposed-modules: OpenAI.Gym OpenAI.Gym.API OpenAI.Gym.Data other-modules: OpenAI.Gym.Prelude default-language: Haskell2010 executable example main-is: Agent.hs hs-source-dirs: examples default-extensions: OverloadedStrings build-depends: exceptions , http-client , servant-client , base >=4.7 && <5 , gym-http-api default-language: Haskell2010