cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: db78ec3f14dc2ec9335ac7f14ba236863c5c64e7a386fff05dcac24c1d8b1450 name: system-info version: 0.5.2 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: Copyright 2021 Chaos Software OOD 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