list-t-libcurl 0.3.0.0 → 0.3.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~base-preludedep ~list-tPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base-prelude, list-t
API changes (from Hackage documentation)
- ListT.Libcurl: instance Applicative Session
- ListT.Libcurl: instance Functor Session
- ListT.Libcurl: instance Monad Session
- ListT.Libcurl: instance MonadIO Session
+ ListT.Libcurl: instance Control.Monad.IO.Class.MonadIO ListT.Libcurl.Session
+ ListT.Libcurl: instance GHC.Base.Applicative ListT.Libcurl.Session
+ ListT.Libcurl: instance GHC.Base.Functor ListT.Libcurl.Session
+ ListT.Libcurl: instance GHC.Base.Monad ListT.Libcurl.Session
Files
- list-t-libcurl.cabal +4/−4
list-t-libcurl.cabal view
@@ -1,7 +1,7 @@ name: list-t-libcurl version:- 0.3.0.0+ 0.3.1 synopsis: A "libcurl"-based streaming HTTP client category:@@ -42,7 +42,7 @@ ghc-options: -funbox-strict-fields default-extensions:- Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators+ 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 build-depends:@@ -52,9 +52,9 @@ bytestring >= 0.10 && < 0.11, - list-t >= 0.4 && < 0.5,+ list-t >= 0.4 && < 2, either == 4.*, mtl-prelude >= 1 && < 3,- base-prelude >= 0.1.19 && < 0.2,+ base-prelude >= 0.1.19 && < 2, base < 5