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: 3b6e21d4ea12644e25ba1c2ef63bf2354c2a9c2624c04cf194be97b696647a81 name: HsWebots version: 0.1.0.1 synopsis: Webots bindings for Haskell description: Please see the README on GitHub at category: Robotics homepage: https://github.com/junjihashimoto/HsWebots#readme bug-reports: https://github.com/junjihashimoto/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/junjihashimoto/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 executable HsWebots-exe main-is: Main.hs other-modules: Paths_HsWebots hs-source-dirs: app 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 , language-c , pretty , safe-exceptions , shakespeare , syb , template-haskell , text , 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