[taffybar] Replace mtl with transformers in cabal file

This commit is contained in:
Ivan Malison 2018-05-18 01:24:40 -07:00
parent 8d8120fbda
commit 1f1e0c2990
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -15,25 +15,25 @@ executable imalison-taffybar
main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, X11>=1.8
, bytestring
, containers
, directory
, filepath
, gtk-strut
, github
, gi-gtk
, github
, glib
, gtk3>=0.14.8
, gtk-sni-tray
, hslogger
, mtl
, gtk-strut
, gtk3>=0.14.8
, haskell-gi-base
, hslogger
, process
, split
, taffybar
, transformers
, xmonad-contrib>=0.13
, xmonad>=0.13
, X11>=1.8
default-language: Haskell2010
source-repository head