packages feed

ui-command 0.5.3 → 0.5.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep +mtldep −monads-fddep −transformersdep ~time

Dependencies added: mtl

Dependencies removed: monads-fd, transformers

Dependency ranges changed: time

Files

ui-command.cabal view
@@ -1,5 +1,5 @@ Name:                ui-command-Version:             0.5.3+Version:             0.5.4 License:             BSD3 License-file:        LICENSE Author:              Conrad Parker <conrad@metadecks.org>@@ -26,7 +26,7 @@  ------------------------------------------------------------ library-    Build-Depends:   base < 5, transformers, monads-fd, time, old-locale, data-default+    Build-Depends:   base < 5, mtl >= 2.0.0.0 && < 3, time, old-locale, data-default     Exposed-modules: UI.Command     Other-modules:   UI.Command.App                      UI.Command.Application