haskell-ftp 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−2 lines, 1 files
Files
- haskell-ftp.cabal +3/−2
haskell-ftp.cabal view
@@ -10,13 +10,14 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: A Haskell ftp server with configurable backend. -- A longer description of the package.-description: https://github.com/yihuang/haskell-ftp+description: See home page (https://github.com/yihuang/haskell-ftp)+homepage: https://github.com/yihuang/haskell-ftp -- The license under which the package is released. license: BSD3