packages feed

SimpleServer 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+12/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

SimpleServer.cabal view
@@ -1,6 +1,6 @@ -- SimpleServer: A simple static file server, for when apache is overkill name          : SimpleServer-version       : 0.1.1.0+version       : 0.1.1.1 synopsis      : A simple static file server, for when apache is overkill description   : A simple static file server, for when apache is overkill license       : MIT@@ -10,6 +10,16 @@ category      : Web build-type    : Simple cabal-version : >=1.16++source-repository head+    type     : git+    location : http://github.com/ajnsit/SimpleServer++source-repository this+    type     : git+    location : http://github.com/ajnsit/SimpleServer/tree/v0.1.1.1+    tag      : v0.1.1.1+  library   exposed-modules    : SimpleServer
src/SimpleServer.hs view
@@ -69,7 +69,7 @@     }     &= verbosity     &= program "simpleserver"-    &= summary "SimpleServer v0.1.1"+    &= summary "SimpleServer v0.1.1.1"   -----------------