cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: b96f385147c1443ab495b6f5dfa3fff31e763c413f6518c2dc558d80d71b6926 name: HsWebots version: 0.1.1.1 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 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: Paths_HsWebots hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HsWebots , 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