Skip to content

Commit c297c16

Browse files
authored
Merge pull request #194 from cblp/remove-extra-deps
2 parents 9945ef1 + 3418b40 commit c297c16

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

telegram-bot-api/telegram-bot-api.cabal

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,33 +252,21 @@ library
252252
ghc-options: -Wall
253253
build-depends:
254254
aeson
255-
, aeson-pretty
256255
, base >=4.16 && <5
257-
, bytestring
258-
, cron >=0.7.0
259256
, filepath
260257
, hashable
261258
, http-api-data
262259
, http-client
263260
, http-client-tls
264-
, monad-control
265261
, mtl
266-
, pretty-show
267-
, profunctors
268262
, servant
269263
, servant-client
270264
, servant-multipart-api
271265
, servant-multipart-client
272266
, servant-server
273-
, split
274-
, stm
275267
, template-haskell
276268
, text
277269
, time
278-
, transformers
279-
, unordered-containers
280-
, warp
281-
, warp-tls
282270
default-language: Haskell2010
283271
default-extensions:
284272
TemplateHaskell

0 commit comments

Comments
 (0)