packages feed

snap-server 0.2.15 → 0.2.15.1

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~monads-fddep ~snap-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: monads-fd, snap-core

API changes (from Hackage documentation)

Files

snap-server.cabal view
@@ -1,5 +1,5 @@ name:           snap-server-version:        0.2.15+version:        0.2.15.1 synopsis:       A fast, iteratee-based, epoll-enabled web server for the Snap Framework description:   This is the first developer prerelease of the Snap framework.  Snap is a@@ -118,11 +118,11 @@     dlist >= 0.5 && < 0.6,     filepath,     iteratee >= 0.3.1 && <0.4,-    monads-fd,+    monads-fd < 0.1.0.3,     murmur-hash >= 0.1 && < 0.2,     network == 2.2.1.*,     old-locale,-    snap-core == 0.2.15,+    snap-core == 0.2.15.1,     template-haskell,     time,     transformers,
test/snap-server-testsuite.cabal view
@@ -33,7 +33,7 @@      haskell98,      HTTP >= 4000.0.9 && < 4001,      HUnit >= 1.2 && < 2,-     monads-fd,+     monads-fd < 0.1.0.3,      murmur-hash >= 0.1 && < 0.2,      network == 2.2.1.7,      network-bytestring >= 0.1.2 && < 0.2,@@ -90,7 +90,7 @@      filepath,      haskell98,      HUnit >= 1.2 && < 2,-     monads-fd,+     monads-fd < 0.1.0.3,      old-locale,      parallel > 2,      iteratee >= 0.3.1 && < 0.4,@@ -168,7 +168,7 @@      HTTP >= 4000.0.9 && < 4001,      HUnit >= 1.2 && < 2,      MonadCatchIO-transformers >= 0.2.1 && < 0.3,-     monads-fd,+     monads-fd < 0.1.0.3,      murmur-hash >= 0.1 && < 0.2,      network == 2.2.1.7,      network-bytestring >= 0.1.2 && < 0.2,