packages feed

Cabal revisions of zip-cmd-1.0.1

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

revision 1
-name:                zip-cmd-version:             1.0.1-synopsis:            Simple CLI tool for the haskell zip library.--license:             BSD3-license-file:        LICENSE-author:              Csaba Hruska-maintainer:          csaba.hruska@gmail.com-copyright:           (c) 2022 Csaba Hruska-category:            Program-build-type:          Simple-cabal-version:       >=1.10--executable zip-cmd-  hs-source-dirs:      app-  main-is:             zip-cmd.hs-  other-modules:       Paths_zip_cmd-  build-depends:       base < 5.0,-                       optparse-applicative,-                       shellwords,-                       bytestring,-                       filepath,-                       text,-                       time,-                       zip-  default-language:    Haskell2010+name:                zip-cmd
+version:             1.0.1
+x-revision: 1
+synopsis:            Simple CLI tool for the haskell zip library.
+homepage:            https://github.com/grin-compiler/zip-cmd
+
+license:             BSD3
+license-file:        LICENSE
+author:              Csaba Hruska
+maintainer:          csaba.hruska@gmail.com
+copyright:           (c) 2022 Csaba Hruska
+category:            Program
+build-type:          Simple
+cabal-version:       >=1.10
+
+executable zip-cmd
+  hs-source-dirs:      app
+  main-is:             zip-cmd.hs
+  other-modules:       Paths_zip_cmd
+  build-depends:       base < 5.0,
+                       optparse-applicative,
+                       shellwords,
+                       bytestring,
+                       filepath,
+                       text,
+                       time,
+                       zip
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/grin-compiler/zip-cmd