packages feed

Cabal revisions of sak-0.1.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:      1.18-name:               sak-version:            0.1.0.2-license:            BSD3-license-file:       LICENSE-copyright:          Copyright: (c) 2020 Vanessa McHale-maintainer:         vamchale@gmail.com-author:             Vanessa McHale-synopsis:           Compression command-line tool-description:-    sak is a command-line tool that detects and handles various compression formats--category:           CommandLine, Compression-build-type:         Simple-extra-source-files:-    README.md-    CHANGELOG.md-    man/sak.1--source-repository head-    type:     darcs-    location: https://hub.darcs.net/vmchale/sak--executable sak-    main-is:            Main.hs-    build-tool-depends: cpphs:cpphs -any-    hs-source-dirs:     src-    other-modules:-        Version-        Compression-        Paths_sak--    autogen-modules:    Paths_sak-    default-language:   Haskell2010-    ghc-options:        -Wall-    build-depends:-        base >=4.9 && <5,-        lzlib >=1.0.1.0,-        bz2 >=0.1.1.0,-        zlib -any,-        zstd -any,-        lzma -any,-        lz4-hs >=0.1.4.0,-        optparse-applicative -any,-        filepath -any,-        bytestring -any--    if impl(ghc >=8.0)-        ghc-options:-            -Wincomplete-uni-patterns -Wincomplete-record-updates-            -Wredundant-constraints -Widentities--    if impl(ghc >=8.4)-        ghc-options: -Wmissing-export-lists--    if impl(ghc >=8.2)-        ghc-options: -Wcpp-undef+cabal-version:      1.18
+name:               sak
+version:            0.1.0.2
+x-revision: 1
+license:            BSD3
+license-file:       LICENSE
+copyright:          Copyright: (c) 2020 Vanessa McHale
+maintainer:         vamchale@gmail.com
+author:             Vanessa McHale
+synopsis:           Compression command-line tool
+description:
+    sak is a command-line tool that detects and handles various compression formats
+
+category:           CommandLine, Compression
+build-type:         Simple
+extra-source-files:
+    README.md
+    CHANGELOG.md
+    man/sak.1
+
+source-repository head
+    type:     darcs
+    location: https://hub.darcs.net/vmchale/sak
+
+executable sak
+    main-is:            Main.hs
+    build-tool-depends: cpphs:cpphs -any
+    hs-source-dirs:     src
+    other-modules:
+        Version
+        Compression
+        Paths_sak
+
+    autogen-modules:    Paths_sak
+    default-language:   Haskell2010
+    ghc-options:        -Wall
+    build-depends:
+        base >=4.9 && <5,
+        lzlib >=1.0.1.0,
+        bz2 >=0.1.1.0 && <2.0.0.0,
+        zlib -any,
+        zstd -any,
+        lzma -any,
+        lz4-hs >=0.1.4.0,
+        optparse-applicative -any,
+        filepath -any,
+        bytestring -any
+
+    if impl(ghc >=8.0)
+        ghc-options:
+            -Wincomplete-uni-patterns -Wincomplete-record-updates
+            -Wredundant-constraints -Widentities
+
+    if impl(ghc >=8.4)
+        ghc-options: -Wmissing-export-lists
+
+    if impl(ghc >=8.2)
+        ghc-options: -Wcpp-undef