cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 66c419d2ae26231c929cb01f682a33f4bd73417a459bf81865045a2c3294a26d name: HsWebots version: 0.1.1.3 synopsis: Webots bindings for Haskell description: Please see the README on GitHub at category: Robotics homepage: https://github.com/cyberbotics/HsWebots#readme bug-reports: https://github.com/cyberbotics/HsWebots/issues author: Junji Hashimoto maintainer: junji.hashimoto@gmail.com copyright: 2020 Junji Hashimoto license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/cyberbotics/HsWebots library exposed-modules: Webots.Accelerometer Webots.Brake Webots.Camera Webots.Compass Webots.Connector Webots.Console Webots.Device Webots.DifferentialWheels Webots.Display Webots.DistanceSensor Webots.Driver Webots.Emitter Webots.Gps Webots.Gyro Webots.InertialUnit Webots.Joystick Webots.Keyboard Webots.Led Webots.Lidar Webots.LightSensor Webots.Microphone Webots.Motor Webots.Mouse Webots.Nodes Webots.Pen Webots.PositionSensor Webots.Radar Webots.Radio Webots.RangeFinder Webots.Receiver Webots.RemoteControl Webots.Robot Webots.Skin Webots.Speaker Webots.Supervisor Webots.TouchSensor Webots.Types other-modules: Paths_HsWebots hs-source-dirs: src extra-libraries: Controller driver build-depends: JuicyPixels , base >=4.7 && <5 , bytestring , inline-c >=0.9.0.0 , inline-c-cpp >=0.4.0.0 , safe-exceptions , template-haskell , vector default-language: Haskell2010 test-suite HsWebots-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Webots.CameraSpec Paths_HsWebots hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HsWebots , JuicyPixels , VRML , base >=4.7 && <5 , bytestring , hspec , hspec-discover , inline-c >=0.9.0.0 , inline-c-cpp >=0.4.0.0 , process , safe-exceptions , template-haskell , vector default-language: Haskell2010