name: lxd-client-config version: 0.1.0.1 synopsis: Read the configuration file of the standard LXD client. description: This package can read the configuration file of the standard LXD client. . It can for example extract information about the configured LXD remotes on your system. homepage: https://github.com/hverr/haskell-lxd-client-config#readme license: GPL-3 license-file: LICENSE author: Henri Verroken maintainer: henriverroken@gmail.com copyright: 2017 Henri Verroken category: System build-type: Simple extra-source-files: README.md cabal-version: >=1.10 extra-source-files: data/example-config.yml library hs-source-dirs: src exposed-modules: System.LXD.Client.Config build-depends: base >= 4.7 && <5 , aeson , containers >= 0.5 && <1 , directory >= 1.2 && <2 , filepath >= 1.4 && <2 , text >= 1.2 && <2 , yaml >= 0.8 && <1 default-language: Haskell2010 ghc-options: -Wall test-suite lxd-client-config-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , lxd-client-config , HUnit >= 1.3 && <2 , QuickCheck >= 2 && <3 , containers >= 0.5 && <1 , test-framework >= 0.8 && <1 , test-framework-hunit >= 0.3 && <1 , test-framework-quickcheck2 >= 0.3 && <1 , text >= 1.2 && <2 , yaml >= 0.8 && <1 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/hverr/haskell-lxd-client-config