-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopn.cabal
36 lines (32 loc) · 1.24 KB
/
opn.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
32
33
34
35
36
name: opn
version: 0.1.3
synopsis: Open files or URLs using associated programs.
description: The `opn` command lets you open files and URLs with
associated programs. It's intended to \"just work\" and to
be trivial to configure. See the README at
<https://github.com/akc/opn> for further info.
homepage: http://github.com/akc/opn
license: BSD3
license-file: LICENSE
author: Anders Claesson
maintainer: anders.claesson@gmail.com
Category: Application, Console
Build-type: Custom
Extra-Source-Files: README.md opn.1
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/akc/opn.git
executable opn
main-is: opn.hs
other-modules: Opn.Guess
ghc-options: -Wall
build-depends: base >=4 && <5,
ini,
text,
process,
unordered-containers,
optparse-applicative >=0.10.0,
network-uri,
directory,
filepath