cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: managed-functions version: 1.0.0 synopsis: Remote Management Framework description: Please see the README on GitHub at category: Remote Management homepage: https://github.com/martin-bednar/managed-functions#readme bug-reports: https://github.com/martin-bednar/managed-functions/issues author: Martin Bednar maintainer: bednam17@fit.cvut.cz copyright: 2022 Martin Bednar license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/martin-bednar/managed-functions library exposed-modules: Data.Managed Data.Managed.Agent Data.Managed.Connector Data.Managed.Encoding Data.Managed.Encodings.ShowRead Data.Managed.Probe Data.Managed.ProbeDescription Managed Managed.Agent Managed.Exception Managed.Probe Managed.Probe.Internal.Params Managed.Probe.ToProbe Managed.ProbeDescription other-modules: Paths_managed_functions hs-source-dirs: src ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Wmonomorphism-restriction -Wmissing-home-modules -Widentities -Wredundant-constraints build-depends: base >=4.7 && <5 , containers , deepseq , exceptions default-language: Haskell2010 test-suite managed-functions-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Spec.Data Spec.Managed.Agent Spec.Managed.Probe Spec.Managed.Probe.ToProbe Paths_managed_functions hs-source-dirs: test ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Wmonomorphism-restriction -Wmissing-home-modules -Widentities -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , deepseq , exceptions , hspec , managed-functions default-language: Haskell2010