name: pid version: 0.1.0.1 synopsis: a simple pid controller license: OtherLicense license-file: LICENSE author: Sergey Alirzaev maintainer: zl29ah@gmail.com category: Control build-type: Simple cabal-version: >= 1.10 executable pid main-is: Main.hs other-modules: PID build-depends: base >= 4.9 && < 4.16, mtl >= 2.2.1 && < 2.3 default-language: Haskell2010 ghc-options: -fno-warn-tabs