sak 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+10/−3 lines, 3 files
Files
- CHANGELOG.md +4/−0
- man/sak.1 +1/−1
- sak.cabal +5/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # sak +## 0.1.1.1++ * Bundle manpages+ ## 0.1.1.0 * Support compression through symlinks
man/sak.1 view
@@ -1,4 +1,4 @@-.\" Automatically generated by Pandoc 2.9.2+.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "sak (1)" "" "" "" "" .hy
sak.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: sak-version: 0.1.1.0+version: 0.1.1.1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2020 Vanessa McHale@@ -12,10 +12,10 @@ category: CommandLine, Compression build-type: Simple+data-files: man/sak.1 extra-source-files: README.md CHANGELOG.md- man/sak.1 source-repository head type: darcs@@ -56,3 +56,6 @@ if impl(ghc >=8.2) ghc-options: -Wcpp-undef++ if impl(ghc >=8.10)+ ghc-options: -Wunused-packages