-- Initial uzbl-with-source.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: uzbl-with-source version: 0.1.0.0 synopsis: Utility function for reading a source of loaded uzbl pages. description: Utility function for reading a source of loaded uzbl pages. It attemps to read the UZBL_SOCKET variable passed in by uzbl during runtime and extract source by probing it. The program ‘socat’ is a run-time dependency. homepage: http://github.com/Fuuzetsu/uzbl-with-source license: GPL-3 license-file: LICENSE author: Mateusz Kowalczyk maintainer: fuuzetsu@fuuzetsu.co.uk -- copyright: category: Web, Uzbl build-type: Simple cabal-version: >=1.10 library exposed-modules: Uzbl.WithSource -- other-modules: -- other-extensions: build-depends: base >=4.5 && <5, process hs-source-dirs: src default-language: Haskell2010