-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 59bece68c36263fc3d4e4aae525a3f0686dd82a00b313fefc9997e9ee5c5e141 name: hsPID version: 0.1.2 synopsis: PID control loop description: Please see the README on GitHub at category: Control homepage: https://github.com/jlamothe/hsPID#readme bug-reports: https://github.com/jlamothe/hsPID/issues author: Jonathan Lamothe maintainer: jlamothe1980@gmail.com copyright: Jonathan Lamothe license: LGPL-3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/jlamothe/hsPID library exposed-modules: Control.PID other-modules: Paths_hsPID hs-source-dirs: src build-depends: base >=4.7 && <5 , lens default-language: Haskell2010 test-suite hsPID-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: ResetIntegral Run Settings Status Paths_hsPID hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , base >=4.7 && <5 , hsPID , lens default-language: Haskell2010