We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9945ef1 + 3418b40 commit c297c16Copy full SHA for c297c16
telegram-bot-api/telegram-bot-api.cabal
@@ -252,33 +252,21 @@ library
252
ghc-options: -Wall
253
build-depends:
254
aeson
255
- , aeson-pretty
256
, base >=4.16 && <5
257
- , bytestring
258
- , cron >=0.7.0
259
, filepath
260
, hashable
261
, http-api-data
262
, http-client
263
, http-client-tls
264
- , monad-control
265
, mtl
266
- , pretty-show
267
- , profunctors
268
, servant
269
, servant-client
270
, servant-multipart-api
271
, servant-multipart-client
272
, servant-server
273
- , split
274
- , stm
275
, template-haskell
276
, text
277
, time
278
- , transformers
279
- , unordered-containers
280
- , warp
281
- , warp-tls
282
default-language: Haskell2010
283
default-extensions:
284
TemplateHaskell
0 commit comments