packages feed

legion 0.9.0.1 → 0.9.0.2

raw patch · 1 files changed

+2/−3 lines, 1 filesdep −directorydep ~aeson

Dependencies removed: directory

Dependency ranges changed: aeson

Files

legion.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                legion-version:             0.9.0.1+version:             0.9.0.2 synopsis:            Distributed, stateful, homogeneous microservice framework. description:         Legion is a framework for writing distributed,                      homogeneous, stateful microservices in Haskell.@@ -53,7 +53,7 @@   -- other-extensions:   build-depends:     Ranged-sets        >= 0.3.0    && < 0.4,-    aeson              >= 0.11.2.0 && < 0.12,+    aeson              >= 0.11.2.0 && < 1.1,     base               >= 4.8      && < 4.10,     binary             >= 0.7.5    && < 0.9,     binary-conduit     >= 1.2.3    && < 1.3,@@ -64,7 +64,6 @@     containers         >= 0.5.5.1  && < 0.6,     data-default-class >= 0.0.1    && < 0.2,     data-dword         >= 0.3      && < 0.4,-    directory          >= 1.2.1.0  && < 1.3,     exceptions         >= 0.8      && < 0.9,     http-types         >= 0.9.1    && < 0.10,     monad-logger       >= 0.3.17   && < 0.4,