cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 9b5a2066ff3b7e69d9d83f4dedf4c48cc051ed74694ada05e3fe36effd31d17d name: system-info version: 0.5.1 synopsis: Get the name of the operating system description: Please see the README on Github at category: System homepage: https://github.com/ChaosGroup/system-info#readme bug-reports: https://github.com/ChaosGroup/system-info/issues author: Daniel Taskoff maintainer: daniel.taskoff@gmail.com copyright: 2020 (c) ChaosGroup license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/ChaosGroup/system-info library exposed-modules: System.OS other-modules: Paths_system_info hs-source-dirs: src ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates build-depends: base >=4.7 && <5 if os(windows) c-sources: csrc/wmi.c extra-libraries: ole32, oleaut32, wbemuuid build-depends: Win32 else c-sources: csrc/uname.c default-language: Haskell2010