hserv 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- hserv.cabal +3/−3
hserv.cabal view
@@ -7,16 +7,16 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.1+version: 0.1.0.2 -- A short (one-line) description of the package.-synopsis: Simple http server in haskell, similar to as provided by `python -m SimpleHTTPServer`.+synopsis: Simple http server in haskell. -- A longer description of the package. description: Simple http server in haskell, similar to as provided by `python -m SimpleHTTPServer`. -- URL for the project homepage or repository.-homepage: github.com/rejuvyesh/hserv+homepage: http://github.com/rejuvyesh/hserv -- The license under which the package is released. license: MIT