packages feed

legion-extra 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+12/−12 lines, 1 filesdep ~basedep ~canteven-logdep ~data-default-class

Dependency ranges changed: base, canteven-log, data-default-class

Files

legion-extra.cabal view
@@ -1,5 +1,5 @@ name:                legion-extra-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Extra non-essential utilities for building legion applications. description:         Please see README.md homepage:            https://github.com/owensmurray/legion-extra#readme@@ -19,17 +19,17 @@   exposed-modules:     Network.Legion.Config   build-depends:-    aeson >= 0.11.2.1 && < 0.12,-    base >= 4.8 && < 4.9,-    bytestring >= 0.10.6.0 && < 0.11,-    canteven-log >= 1.0.0.0 && < 1.1,-    containers >= 0.5.6.2 && < 0.6,-    data-default-class >= 0.0.1 && < 0.1,-    legion >= 0.4 && < 0.6,-    network >= 2.6.3.1 && < 2.7,-    safe >= 0.3.9 && < 0.4,-    split >= 0.2.3.1 && < 0.3,-    yaml >= 0.8.18.6 && < 0.9+    aeson              >= 0.11.2.1 && < 0.12,+    base               >= 4.8      && < 4.10,+    bytestring         >= 0.10.6.0 && < 0.11,+    canteven-log       >= 1.0.0.0  && < 2.1,+    containers         >= 0.5.6.2  && < 0.6,+    data-default-class >= 0.0.1    && < 0.2,+    legion             >= 0.4      && < 0.6,+    network            >= 2.6.3.1  && < 2.7,+    safe               >= 0.3.9    && < 0.4,+    split              >= 0.2.3.1  && < 0.3,+    yaml               >= 0.8.18.6 && < 0.9   default-language:     Haskell2010