packages feed

charade 0.1.1.1 → 0.1.1.2

raw patch · 1 files changed

+14/−14 lines, 1 filesdep ~QuickCheckdep ~configuratordep ~heistPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, configurator, heist, lens, mtl, random, snap-core, snap-server, text

API changes (from Hackage documentation)

Files

charade.cabal view
@@ -1,5 +1,5 @@ name:           charade-version:        0.1.1.1+version:        0.1.1.2 synopsis:       Rapid prototyping websites with Snap and Heist description:   Charade is a tool for rapid website prototyping using Heist and Snap.@@ -36,11 +36,11 @@   build-depends:     QuickCheck          >= 2.5     && < 2.8,     base                >= 4       && < 5,-    configurator        >= 0.2     && < 0.3,+    configurator        >= 0.2     && < 0.4,     containers          >= 0.5     && < 0.6,-    heist               >= 0.13    && < 0.14,-    mtl                 >= 2.0     && < 2.2,-    random              >= 1.0     && < 1.1,+    heist               >= 0.13    && < 0.15,+    mtl                 >= 2.0     && < 2.3,+    random              >= 1.0     && < 1.2,     snap                >= 0.13    && < 0.14,     text                >= 0.11    && < 1.2,     xmlhtml             >= 0.2     && < 0.3@@ -57,20 +57,20 @@   main-is: Charade.hs    build-depends:-    QuickCheck          >= 2.5     && < 2.8,+    QuickCheck          >= 2.7     && < 2.8,     base                >= 4       && < 5,-    configurator        >= 0.2     && < 0.3,+    configurator        >= 0.2     && < 0.4,     containers          >= 0.5     && < 0.6,     filepath            >= 1.3     && < 1.4,-    lens                >= 3.8     && < 4.2,-    heist               >= 0.13    && < 0.14,-    mtl                 >= 2.0     && < 2.2,-    random              >= 1.0     && < 1.1,+    lens                >= 4.0     && < 4.5,+    heist               >= 0.13    && < 0.15,+    mtl                 >= 2.0     && < 2.3,+    random              >= 1.0     && < 1.2,     snap                >= 0.13    && < 0.14,-    snap-core           >= 0.9     && < 0.11,+    snap-core           >= 0.9     && < 0.10,     snap-extras         >= 0.7     && < 0.10,-    snap-server         >= 0.9     && < 0.11,-    text                >= 0.11    && < 1.2,+    snap-server         >= 0.9     && < 0.10,+    text                >= 0.11    && < 1.3,     xmlhtml             >= 0.2     && < 0.3    ghc-prof-options: -prof -auto-all