cartel 0.18.0.0 → 0.18.0.2
raw patch · 2 files changed
+10/−10 lines, 2 files
Files
- cartel.cabal +2/−2
- lib/Cartel.hs +8/−8
cartel.cabal view
@@ -3,11 +3,11 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: gen-cartel-cabal--- Generated on: 2016-06-29 13:31:46.413979 EDT+-- Generated on: 2016-06-29 21:45:32.560173 EDT -- Cartel library version: 0.16.0.0 name: cartel-version: 0.18.0.0+version: 0.18.0.2 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE
lib/Cartel.hs view
@@ -55,9 +55,9 @@ -- following: -- -- @--- $ cartel-init github --author 'Omari Norman' \\--- --maintainer 'omari@smileystation.com' \\--- --bsd3 --username massysett hello+-- \$ cartel\-init github \-\-author \'Omari Norman\' \\+-- \-\-maintainer \'omari\@smileystation.com\' \\+-- \-\-bsd3 \-\-username massysett hello -- @ -- -- The @--author@ and @--maintainer@ options specify the author and@@ -125,11 +125,11 @@ -- For more information on @cartel-init@, run: -- -- @--- $ cartel-init --help--- $ cartel-init cabal --help--- $ cartel-init tree --help--- $ cartel-init git --help--- $ cartel-init github --help+-- \$ cartel-init --help+-- \$ cartel-init cabal --help+-- \$ cartel-init tree --help+-- \$ cartel-init git --help+-- \$ cartel-init github --help -- @ -- -- Everything you usually need is in this module. Other Cartel