ui-command 0.5.1 → 0.5.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +monads-fddep +transformersdep −mtldep ~time
Dependencies added: monads-fd, transformers
Dependencies removed: mtl
Dependency ranges changed: time
Files
- ui-command.cabal +2/−2
ui-command.cabal view
@@ -1,5 +1,5 @@ Name: ui-command-Version: 0.5.1+Version: 0.5.2 License: BSD3 License-file: LICENSE Author: Conrad Parker <conrad@metadecks.org>@@ -26,7 +26,7 @@ ------------------------------------------------------------ library- Build-Depends: base < 5, mtl, time, old-locale, data-default+ Build-Depends: base < 5, transformers, monads-fd, time, old-locale, data-default Exposed-modules: UI.Command Other-modules: UI.Command.App UI.Command.Application