Cabal revisions of travis-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
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 hs-source-dirs: src exposed-modules: Travis, Travis.Types default-language: Haskell2010- build-depends: aeson,+ build-depends: aeson >= 0.6.0.0 && < 1.5, base >= 4.7 && < 5,- bytestring,- http-conduit,- transformers+ bytestring >= 0.10.4 && < 0.11,+ http-conduit >= 2.0.0 && < 2.3,+ transformers >= 0.3.0.0 && < 0.6