cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack name: open-browser version: 0.2.1.1 synopsis: Open a web browser from Haskell. description: Open a web browser from Haskell. Currently BSD, Linux, OS X and Windows are supported. category: Web homepage: https://github.com/mpilgrem/open-browser bug-reports: https://github.com/mpilgrem/open-browser/issues author: rightfold maintainer: public@pilgrem.com license: BSD3 license-file: LICENSE build-type: Simple tested-with: GHC >= 7.6 extra-source-files: CHANGELOG.md README.md stack.yaml stack.yaml.lock source-repository head type: git location: https://github.com/mpilgrem/open-browser flag example description: Build the example application manual: True default: False library exposed-modules: Web.Browser other-modules: Web.Browser.Linux Web.Browser.OSX hs-source-dirs: lib build-depends: base ==4.* , process ==1.* default-language: Haskell2010 if os(windows) other-modules: Web.Browser.Windows build-depends: Win32 if arch(i386) cpp-options: -DWINDOWS_CCONV=stdcall else cpp-options: -DWINDOWS_CCONV=ccall executable open-browser-example main-is: Main.hs hs-source-dirs: example build-depends: base ==4.* , open-browser default-language: Haskell2010 if !flag(example) buildable: False