-
Notifications
You must be signed in to change notification settings - Fork 0
/
portal.cabal
43 lines (38 loc) · 1.25 KB
/
portal.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
37
38
39
40
41
42
43
cabal-version: 2.4
name: portal
version: 0.1.0.0
synopsis: A tool to quickly switch between directories
description:
A tool to quickly switch between directories
Please see README.md for more details
homepage: https://github.com/iamHrithikRaj/portal#readme
license: MIT
license-file: LICENSE
author: Hrithik Raj
maintainer: [email protected]
copyright: 2021 Hrithik Raj
category: Tools
build-type: Simple
bug-reports: https://github.com/iamHrithikRaj/portal/issues
stability: Alpha
extra-source-files:
CHANGELOG.md
README.md
portal.sh
executable portal-exe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, turtle
, optparse-applicative
, system-filepath
, text
, configurator
, aeson
, bytestring
, ansi-terminal
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/iamHrithikRaj/portal