-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathret.cabal
38 lines (35 loc) · 1.26 KB
/
ret.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
cabal-version: 3.0
name: ret
version: 0.5.0.0
synopsis: A tool that returns to a landmark parent directory
description: A tool that outputs a parent directory with a landmark
homepage: https://github.com/schuelermine/ret
bug-reports: https://github.com/schuelermine/ret/issues
license: MIT
license-file: LICENSE
author: Anselm Schüler
maintainer: [email protected]
copyright: ⓒ 2023 Anselm Schüler
category: Tool
extra-source-files: README.md
CHANGELOG.md
executable ret
ghc-options: -Wall
main-is: Main.hs
build-depends: base >= 4.15 && < 4.19,
filepath >= 1.4 && < 1.5,
directory >= 1.3 && < 1.4,
containers >= 0.6 && < 0.7,
case-insensitive >= 1.2 && < 1.3
default-language: Haskell2010
if !os(windows)
cpp-options: -DUNIX
build-depends: unix >= 2.7 && < 2.9,
source-repository this
type: git
location: https://github.com/schuelermine/ret
tag: v0.5.0.0
source-repository head
type: git
location: https://github.com/schuelermine/ret
branch: b0