cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: ad4eba06469d300583f4e6d76e982d9e1246577b840527cb52eef94cfdd548a5 name: hhwloc version: 0.3.0 synopsis: Bindings to https://www.open-mpi.org/projects/hwloc description: Please see the README on GitHub at category: Foreign, System homepage: https://github.com/dtaskoff/hhwloc#readme bug-reports: https://github.com/dtaskoff/hhwloc/issues author: Daniel Taskoff maintainer: daniel.taskoff@gmail.com copyright: 2020 (c) Daniel Taskoff license: MIT license-file: LICENSE build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/dtaskoff/hhwloc library exposed-modules: System.Libhwloc other-modules: System.Libhwloc.Internal hs-source-dirs: src default-extensions: BlockArguments LambdaCase ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates build-depends: base >=4.7 && <5 default-language: Haskell2010