declarative 0.3.3 → 0.3.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~primitivedep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: primitive, transformers
API changes (from Hackage documentation)
Files
- declarative.cabal +3/−3
declarative.cabal view
@@ -1,5 +1,5 @@ name: declarative-version: 0.3.3+version: 0.3.4 synopsis: DIY Markov Chains. homepage: http://github.com/jtobin/declarative license: MIT@@ -66,11 +66,11 @@ , mwc-probability >= 1.0.1 , mighty-metropolis >= 1.0.1 , lens >= 4 && < 5- , primitive+ , primitive >= 0.6 && < 1.0 , pipes >= 4 && < 5 , hasty-hamiltonian >= 1.1.1 , speedy-slice >= 0.1.2- , transformers+ , transformers >= 0.5 && < 1.0 Test-suite rosenbrock type: exitcode-stdio-1.0