-- Initial serf.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: serf version: 0.1.1.0 synopsis: Interact with Serf via Haskell. description: Bindings to most of the commands provided by serf. homepage: http://github.com/sanetracker/serf license: MIT license-file: LICENSE author: Ian Duncan maintainer: ian@iankduncan.com copyright: Ian Duncan category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: http://github.com/iand675/serf library exposed-modules: System.Serf, System.Serf.Handler -- other-modules: -- other-extensions: build-depends: base >= 4.7 && < 5, process == 1.*, operational, mtl == 2.*, conduit, conduit-extra, attoparsec, text == 1.*, resourcet == 1.* hs-source-dirs: src default-language: Haskell2010