name: iwlib version: 0.1.2 synopsis: Bindings for the iw C library description: A binding to the iw library for getting info about the current WiFi connection. homepage: https://codeberg.org/xmobar/iwlib bug-reports: https://codeberg.org/xmobar/iwlib/issues license: BSD3 license-file: LICENSE author: Jose Antonio Ortega Ruiz maintainer: Jose Antonio Ortega Ruiz category: System, Network build-type: Simple cabal-version: >=1.10 extra-source-files: readme.md source-repository head type: git location: https://codeberg.org/xmobar/iwlib.git library build-depends: base >=4 && <5 hs-source-dirs: src includes: iwlib.h default-language: Haskell2010 exposed-modules: Network.IWlib extra-libraries: iw ghc-options: -Wall