name:
http-client-session
version:
0.1.2
synopsis:
A simple abstraction over the "http-client" connection manager
category:
Network
homepage:
https://github.com/sannsyn/http-client-session
bug-reports:
https://github.com/sannsyn/http-client-session/issues
author:
Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
(c) 2016, Sannsyn AS
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.10
source-repository head
type:
git
location:
git://github.com/sannsyn/http-client-session.git
library
hs-source-dirs:
library
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
other-modules:
exposed-modules:
HTTPClient.Session
build-depends:
--
http-client >= 0.4.27 && < 0.6,
--
bytestring >= 0.10 && < 0.11,
--
either >= 4.4 && < 5,
mtl-prelude >= 2 && < 3,
base-prelude >= 0.1.21 && < 2