name: travis version: 0.1.0.1 x-revision: 1 synopsis: A simple client implementation using Travis CI API. description: A simple client implementation using Travis CI API. homepage: http://github.com/tomtau/travis#readme license: MIT license-file: LICENSE author: Tomas Tauber maintainer: tomtau@hku.hk category: Web build-type: Simple cabal-version: >=1.10 Library hs-source-dirs: src exposed-modules: Travis, Travis.Types default-language: Haskell2010 build-depends: aeson >= 0.6.0.0 && < 1.5, base >= 4.7 && < 5, bytestring >= 0.10.4 && < 0.11, http-conduit >= 2.0.0 && < 2.3, transformers >= 0.3.0.0 && < 0.6