Cabal revisions of monad-http-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.8.0.------ see: https://github.com/sol/hpack--name: monad-http-version: 0.1.0.0-synopsis: A class of monads which can do http requests-description: A class of monads which can do http requests-homepage: https://github.com/futurice/haskell-monad-http#readme-bug-reports: https://github.com/futurice/haskell-monad-http/issues-license: BSD3-license-file: LICENSE-author: Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-category: Web-tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3-build-type: Simple-cabal-version: >= 1.10--extra-source-files:- README.md--source-repository head- type: git- location: https://github.com/futurice/haskell-monad-http--library- hs-source-dirs:- src- ghc-options: -Wall- build-depends:- base >=4.7 && <4.9,- base-compat >=0.6.0 && <0.9,- bytestring >=0.10.0.4 && <0.12,- exceptions >=0.8.0.2 && <0.9,- http-client >=0.4.18.1 && <0.5,- http-client-tls >=0.2.2 && <0.3,- http-types >=0.8.6 && <0.10,- monad-logger >=0.3.13.2 && <0.4,- monadcryptorandom >=0.6.1 && <0.8,- MonadRandom >=0.3.0.2 && <0.5,- mtl >=2.1.3.1 && <2.3,- text >=1.2.0.6 && <1.3,- transformers >=0.3.0.0 && <0.6,- transformers-compat >=0.4.0.3 && <0.5- exposed-modules:- Control.Monad.Http- Control.Monad.Http.Class- Control.Monad.Trans.Http- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.8.0. +-- +-- see: https://github.com/sol/hpack + +name: monad-http +version: 0.1.0.0 +x-revision: 1 +synopsis: A class of monads which can do http requests +description: A class of monads which can do http requests +homepage: https://github.com/futurice/haskell-monad-http#readme +bug-reports: https://github.com/futurice/haskell-monad-http/issues +license: BSD3 +license-file: LICENSE +author: Oleg Grenrus <oleg.grenrus@iki.fi> +maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> +category: Web +tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3 +build-type: Simple +cabal-version: >= 1.10 + +extra-source-files: + README.md + +source-repository head + type: git + location: https://github.com/futurice/haskell-monad-http + +library + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >=4.7 && <4.9, + base-compat >=0.6.0 && <0.10, + bytestring >=0.10.0.4 && <0.12, + exceptions >=0.8.0.2 && <0.9, + http-client >=0.4.18.1 && <0.5, + http-client-tls >=0.2.2 && <0.3, + http-types >=0.8.6 && <0.10, + monad-logger >=0.3.13.2 && <0.4, + monadcryptorandom >=0.6.1 && <0.8, + MonadRandom >=0.3.0.2 && <0.5, + mtl >=2.1.3.1 && <2.3, + text >=1.2.0.6 && <1.3, + transformers >=0.3.0.0 && <0.6, + transformers-compat >=0.4.0.3 && <0.5 + exposed-modules: + Control.Monad.Http + Control.Monad.Http.Class + Control.Monad.Trans.Http + default-language: Haskell2010
revision 2
name: monad-http version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: A class of monads which can do http requests description: A class of monads which can do http requests homepage: https://github.com/futurice/haskell-monad-http#readme src ghc-options: -Wall build-depends: - base >=4.7 && <4.9, + base >=4.7 && <4.10, base-compat >=0.6.0 && <0.10, bytestring >=0.10.0.4 && <0.12, exceptions >=0.8.0.2 && <0.9, mtl >=2.1.3.1 && <2.3, text >=1.2.0.6 && <1.3, transformers >=0.3.0.0 && <0.6, - transformers-compat >=0.4.0.3 && <0.5 + transformers-compat >=0.4.0.3 && <0.6 exposed-modules: Control.Monad.Http Control.Monad.Http.Class
revision 3
name: monad-http version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: A class of monads which can do http requests description: A class of monads which can do http requests homepage: https://github.com/futurice/haskell-monad-http#readme base-compat >=0.6.0 && <0.10, bytestring >=0.10.0.4 && <0.12, exceptions >=0.8.0.2 && <0.9, - http-client >=0.4.18.1 && <0.5, - http-client-tls >=0.2.2 && <0.3, + http-client >=0.4.18.1 && <0.6, + http-client-tls >=0.2.2 && <0.4, http-types >=0.8.6 && <0.10, monad-logger >=0.3.13.2 && <0.4, monadcryptorandom >=0.6.1 && <0.8,
revision 4
--- This file has been generated from package.yaml by hpack version 0.8.0. --- --- see: https://github.com/sol/hpack - -name: monad-http -version: 0.1.0.0 -x-revision: 3 -synopsis: A class of monads which can do http requests -description: A class of monads which can do http requests -homepage: https://github.com/futurice/haskell-monad-http#readme -bug-reports: https://github.com/futurice/haskell-monad-http/issues -license: BSD3 -license-file: LICENSE -author: Oleg Grenrus <oleg.grenrus@iki.fi> -maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> -category: Web -tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3 -build-type: Simple -cabal-version: >= 1.10 - -extra-source-files: - README.md - -source-repository head - type: git - location: https://github.com/futurice/haskell-monad-http - -library - hs-source-dirs: - src - ghc-options: -Wall - build-depends: - base >=4.7 && <4.10, - base-compat >=0.6.0 && <0.10, - bytestring >=0.10.0.4 && <0.12, - exceptions >=0.8.0.2 && <0.9, - http-client >=0.4.18.1 && <0.6, - http-client-tls >=0.2.2 && <0.4, - http-types >=0.8.6 && <0.10, - monad-logger >=0.3.13.2 && <0.4, - monadcryptorandom >=0.6.1 && <0.8, - MonadRandom >=0.3.0.2 && <0.5, - mtl >=2.1.3.1 && <2.3, - text >=1.2.0.6 && <1.3, - transformers >=0.3.0.0 && <0.6, - transformers-compat >=0.4.0.3 && <0.6 - exposed-modules: - Control.Monad.Http - Control.Monad.Http.Class - Control.Monad.Trans.Http - default-language: Haskell2010 +-- This file has been generated from package.yaml by hpack version 0.8.0.+--+-- see: https://github.com/sol/hpack++name: monad-http+version: 0.1.0.0+x-revision: 4+synopsis: A class of monads which can do http requests+description: A class of monads which can do http requests+homepage: https://github.com/futurice/haskell-monad-http#readme+bug-reports: https://github.com/futurice/haskell-monad-http/issues+license: BSD3+license-file: LICENSE+author: Oleg Grenrus <oleg.grenrus@iki.fi>+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+category: Web+tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3+build-type: Simple+cabal-version: >= 1.10++extra-source-files:+ README.md++source-repository head+ type: git+ location: https://github.com/futurice/haskell-monad-http++library+ hs-source-dirs:+ src+ ghc-options: -Wall+ build-depends:+ base >=4.7 && <4.10,+ base-compat >=0.6.0 && <0.10,+ bytestring >=0.10.0.4 && <0.12,+ exceptions >=0.8.0.2 && <0.9,+ http-client >=0.4.18.1 && <0.6,+ http-client-tls >=0.2.2 && <0.4,+ http-types >=0.8.6 && <0.10,+ monad-logger >=0.3.13.2 && <0.4,+ monadcryptorandom >=0.6.1 && <0.8,+ MonadRandom >=0.3.0.2 && <0.6,+ mtl >=2.1.3.1 && <2.3,+ text >=1.2.0.6 && <1.3,+ transformers >=0.3.0.0 && <0.6,+ transformers-compat >=0.4.0.3 && <0.6+ exposed-modules:+ Control.Monad.Http+ Control.Monad.Http.Class+ Control.Monad.Trans.Http+ default-language: Haskell2010
revision 5
--- This file has been generated from package.yaml by hpack version 0.8.0.------ see: https://github.com/sol/hpack- name: monad-http version: 0.1.0.0-x-revision: 4+x-revision: 5 synopsis: A class of monads which can do http requests description: A class of monads which can do http requests homepage: https://github.com/futurice/haskell-monad-http#readme author: Oleg Grenrus <oleg.grenrus@iki.fi> maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> category: Web-tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3+tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 build-type: Simple cabal-version: >= 1.10 src ghc-options: -Wall build-depends:- base >=4.7 && <4.10,+ base >=4.7 && <4.11, base-compat >=0.6.0 && <0.10, bytestring >=0.10.0.4 && <0.12, exceptions >=0.8.0.2 && <0.9,
revision 6
name: monad-http version: 0.1.0.0-x-revision: 5+x-revision: 6 synopsis: A class of monads which can do http requests description: A class of monads which can do http requests homepage: https://github.com/futurice/haskell-monad-http#readme exceptions >=0.8.0.2 && <0.9, http-client >=0.4.18.1 && <0.6, http-client-tls >=0.2.2 && <0.4,- http-types >=0.8.6 && <0.10,+ http-types >=0.8.6 && <0.11, monad-logger >=0.3.13.2 && <0.4, monadcryptorandom >=0.6.1 && <0.8, MonadRandom >=0.3.0.2 && <0.6,
revision 7
name: monad-http version: 0.1.0.0-x-revision: 6+x-revision: 7 synopsis: A class of monads which can do http requests description: A class of monads which can do http requests homepage: https://github.com/futurice/haskell-monad-http#readme author: Oleg Grenrus <oleg.grenrus@iki.fi> maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> category: Web-tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1+tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 build-type: Simple cabal-version: >= 1.10 exceptions >=0.8.0.2 && <0.9, http-client >=0.4.18.1 && <0.6, http-client-tls >=0.2.2 && <0.4,- http-types >=0.8.6 && <0.11,+ http-types >=0.8.6 && <0.12, monad-logger >=0.3.13.2 && <0.4, monadcryptorandom >=0.6.1 && <0.8, MonadRandom >=0.3.0.2 && <0.6,