Skip to content

Commit

Permalink
doc: Update cabal Intro (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche authored Feb 15, 2023
1 parent ac67c38 commit dcd5938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hapistrano.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ description:
Hapistrano makes it easy to reliably deploy Haskell applications
to a server.
.
Following popular libraries like Ruby's <http://capistranorb.com/
Capistrano>, Hapistrano does the work of building the application
Following popular libraries like Ruby's <https://capistranorb.com Capistrano>,
Hapistrano does the work of building the application
with dependencies into a distinct folder, and then atomically moves
a symlink to the latest complete build.
.
This allows for atomic switchovers to new application code after the
build is complete. Rollback is even simpler, since Hapistrano can
just point the `current` symlink to the previous release.
.
See <https://github.com/stackbuilders/hapistrano the project readme on GitHub>
See <https://github.com/stackbuilders/hapistrano#readme the project readme on GitHub>
for more information.
.
license: MIT
Expand Down

0 comments on commit dcd5938

Please sign in to comment.