[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 main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base build-depends: base
, X11>=1.8
, bytestring , bytestring
, containers , containers
, directory , directory
, filepath , filepath
, gtk-strut
, github
, gi-gtk , gi-gtk
, github
, glib , glib
, gtk3>=0.14.8
, gtk-sni-tray , gtk-sni-tray
, hslogger , gtk-strut
, mtl , gtk3>=0.14.8
, haskell-gi-base , haskell-gi-base
, hslogger
, process , process
, split , split
, taffybar , taffybar
, transformers
, xmonad-contrib>=0.13 , xmonad-contrib>=0.13
, xmonad>=0.13 , xmonad>=0.13
, X11>=1.8
default-language: Haskell2010 default-language: Haskell2010
source-repository head source-repository head