[taffybar] Replace mtl with transformers in cabal file
This commit is contained in:
parent
8d8120fbda
commit
1f1e0c2990
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user