packages feed

Cabal revisions of telegram-raw-api-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: 282bb771376474f83c73fb2c19027d63102ea658b203ce2b189f30c3c380d69f--name:           telegram-raw-api-version:        0.1.0-synopsis:       Servant bindings to the Telegram bot API-description:    Please see the README on GitHub at <https://github.com/poscat0x04/telegram-raw-api#readme>-category:       Web-homepage:       https://github.com/poscat0x04/telegram-raw-api#readme-bug-reports:    https://github.com/poscat0x04/telegram-raw-api/issues-author:         Poscat-maintainer:     poscat@mail.poscat.moe-copyright:      2020 Poscat-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md--source-repository head-  type: git-  location: https://github.com/poscat0x04/telegram-raw-api--library-  exposed-modules:-      Web.Telegram.API.Actions-      Web.Telegram.API.Actions.Data-      Web.Telegram.API.Editing-      Web.Telegram.API.Editing.Data-      Web.Telegram.API.Sending-      Web.Telegram.API.Sending.Data-      Web.Telegram.API.CompoundParam-      Web.Telegram.API.Getting-      Web.Telegram.API.Lens-      Web.Telegram.API.Update-      Web.Telegram.API-  other-modules:-      Web.Telegram.API.Common-      Paths_telegram_raw_api-  hs-source-dirs:-      src-  build-depends:-      aeson >=1.4.7 && <1.5-    , base >=4.7 && <5-    , bytestring >=0.10.10.0 && <0.11-    , connection >=0.3.1 && <0.4-    , deriving-aeson >=0.2.3 && <0.3-    , generic-lens >=1.2.0.1 && <1.3-    , http-media >=0.8.0.0 && <0.9-    , lens >=4.18.1 && <4.19-    , servant >=0.16.2 && <0.17-    , servant-client >=0.16.0.1 && <0.17-    , servant-multipart >=0.11.5 && <0.12-    , telegram-types >=0.1.0 && <0.2-    , text >=1.2.4.0 && <1.3-  default-language: Haskell2010--test-suite telegram-raw-api-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Paths_telegram_raw_api-  hs-source-dirs:-      test-  ghc-options: -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      aeson >=1.4.7 && <1.5-    , base >=4.7 && <5-    , bytestring >=0.10.10.0 && <0.11-    , connection >=0.3.1 && <0.4-    , deriving-aeson >=0.2.3 && <0.3-    , generic-lens >=1.2.0.1 && <1.3-    , http-client >=0.6.4.1 && <0.7-    , http-client-tls >=0.3.5.3 && <0.4-    , http-media >=0.8.0.0 && <0.9-    , lens >=4.18.1 && <4.19-    , servant >=0.16.2 && <0.17-    , servant-client >=0.16.0.1 && <0.17-    , servant-client-core >=0.16 && <0.17-    , servant-multipart >=0.11.5 && <0.12-    , telegram-raw-api-    , telegram-types >=0.1.0 && <0.2-    , text >=1.2.4.0 && <1.3-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.33.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 282bb771376474f83c73fb2c19027d63102ea658b203ce2b189f30c3c380d69f
+
+name:           telegram-raw-api
+version:        0.1.0
+x-revision: 1
+synopsis:       Servant bindings to the Telegram bot API
+description:    Please see the README on GitHub at <https://github.com/poscat0x04/telegram-raw-api#readme>
+category:       Web
+homepage:       https://github.com/poscat0x04/telegram-raw-api#readme
+bug-reports:    https://github.com/poscat0x04/telegram-raw-api/issues
+author:         Poscat
+maintainer:     poscat@mail.poscat.moe
+copyright:      2020 Poscat
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/poscat0x04/telegram-raw-api
+
+library
+  exposed-modules:
+      Web.Telegram.API.Actions
+      Web.Telegram.API.Actions.Data
+      Web.Telegram.API.Editing
+      Web.Telegram.API.Editing.Data
+      Web.Telegram.API.Sending
+      Web.Telegram.API.Sending.Data
+      Web.Telegram.API.CompoundParam
+      Web.Telegram.API.Getting
+      Web.Telegram.API.Lens
+      Web.Telegram.API.Update
+      Web.Telegram.API
+  other-modules:
+      Web.Telegram.API.Common
+      Paths_telegram_raw_api
+  hs-source-dirs:
+      src
+  build-depends:
+      aeson >=1.4.7 && <1.5
+    , base >=4.7 && <5
+    , bytestring >=0.10.10.0 && <0.11
+    , connection >=0.3.1 && <0.4
+    , deriving-aeson >=0.2.3 && <0.3
+    , generic-lens >=1.2.0.1 && <1.3
+    , http-media >=0.8.0.0 && <0.9
+    , lens >=4.18.1 && <4.19
+    , servant >=0.16.2 && <0.17
+    , servant-client >=0.16.0.1 && <0.17
+    , servant-multipart >=0.11.5 && <0.12
+    , telegram-types >=0.2.0 && <0.3
+    , text >=1.2.4.0 && <1.3
+  default-language: Haskell2010
+
+test-suite telegram-raw-api-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Paths_telegram_raw_api
+  hs-source-dirs:
+      test
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      aeson >=1.4.7 && <1.5
+    , base >=4.7 && <5
+    , bytestring >=0.10.10.0 && <0.11
+    , connection >=0.3.1 && <0.4
+    , deriving-aeson >=0.2.3 && <0.3
+    , generic-lens >=1.2.0.1 && <1.3
+    , http-client >=0.6.4.1 && <0.7
+    , http-client-tls >=0.3.5.3 && <0.4
+    , http-media >=0.8.0.0 && <0.9
+    , lens >=4.18.1 && <4.19
+    , servant >=0.16.2 && <0.17
+    , servant-client >=0.16.0.1 && <0.17
+    , servant-client-core >=0.16 && <0.17
+    , servant-multipart >=0.11.5 && <0.12
+    , telegram-raw-api
+    , telegram-types >=0.2.0 && <0.3
+    , text >=1.2.4.0 && <1.3
+  default-language: Haskell2010
revision 2
 
 name:           telegram-raw-api
 version:        0.1.0
-x-revision: 1
+x-revision: 2
 synopsis:       Servant bindings to the Telegram bot API
 description:    Please see the README on GitHub at <https://github.com/poscat0x04/telegram-raw-api#readme>
 category:       Web
     , servant >=0.16.2 && <0.17
     , servant-client >=0.16.0.1 && <0.17
     , servant-multipart >=0.11.5 && <0.12
-    , telegram-types >=0.2.0 && <0.3
+    , telegram-types >=0.3.0 && <0.4
     , text >=1.2.4.0 && <1.3
   default-language: Haskell2010
 
     , servant-client-core >=0.16 && <0.17
     , servant-multipart >=0.11.5 && <0.12
     , telegram-raw-api
-    , telegram-types >=0.2.0 && <0.3
+    , telegram-types >=0.3.0 && <0.4
     , text >=1.2.4.0 && <1.3
   default-language: Haskell2010