-
Notifications
You must be signed in to change notification settings - Fork 0
/
zip-cmd.cabal
31 lines (28 loc) · 960 Bytes
/
zip-cmd.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: zip-cmd
version: 1.0.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