twitter-types-lens 0.10.0 → 0.10.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~lensPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: lens
API changes (from Hackage documentation)
- Web.Twitter.Types.Lens: entityBody :: forall a_ag5L a_agsS. Lens (Entity a_ag5L) (Entity a_agsS) a_ag5L a_agsS
+ Web.Twitter.Types.Lens: entityBody :: forall a_abaw a_abo4. Lens (Entity a_abaw) (Entity a_abo4) a_abaw a_abo4
- Web.Twitter.Types.Lens: entityIndices :: forall a_ag5L. Lens' (Entity a_ag5L) EntityIndices
+ Web.Twitter.Types.Lens: entityIndices :: forall a_abaw. Lens' (Entity a_abaw) EntityIndices
- Web.Twitter.Types.Lens: searchResultSearchMetadata :: forall body_af17. Lens' (SearchResult body_af17) SearchMetadata
+ Web.Twitter.Types.Lens: searchResultSearchMetadata :: forall body_aaaD. Lens' (SearchResult body_aaaD) SearchMetadata
- Web.Twitter.Types.Lens: searchResultStatuses :: forall body_af17 body_af1g. Lens (SearchResult body_af17) (SearchResult body_af1g) body_af17 body_af1g
+ Web.Twitter.Types.Lens: searchResultStatuses :: forall body_aaaD body_aaaH. Lens (SearchResult body_aaaD) (SearchResult body_aaaH) body_aaaD body_aaaH
Files
- twitter-types-lens.cabal +3/−3
twitter-types-lens.cabal view
@@ -1,5 +1,5 @@ name: twitter-types-lens-version: 0.10.0+version: 0.10.1 synopsis: Twitter JSON types (lens powered) description: Please see the README on Github at <https://github.com/himura/twitter-types#readme> homepage: https://github.com/himura/twitter-types@@ -11,7 +11,7 @@ build-type: Simple cabal-version: >=1.10 -tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5+tested-with: GHC == 8.8.3, GHC == 8.10.4, GHC == 9.0.1 source-repository head type: git@@ -27,7 +27,7 @@ build-depends: base >= 4 && < 5- , lens >= 4.0 && < 5+ , lens >= 4.0 , template-haskell , text , time